summaryrefslogtreecommitdiff
path: root/dmake/win95
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-10-22 07:11:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-10-22 07:11:51 +0000
commit4a9b8a8a2df1ea171e009fdc53b16bdd88fcacb3 (patch)
treeb4afc396cf808d3bf4538439b31260bbf41366fe /dmake/win95
parent6853ae22e28e55f8be57391958cd270ace4631b8 (diff)
INTEGRATION: CWS dmake43 (1.5.2); FILE MERGED
2004/10/12 19:07:26 vq 1.5.2.1: #i31647# Update version number for the "native" MS compiler build.
Diffstat (limited to 'dmake/win95')
-rw-r--r--dmake/win95/microsft/config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/dmake/win95/microsft/config.h b/dmake/win95/microsft/config.h
index 2913b06291e7..aad20ba8bf38 100644
--- a/dmake/win95/microsft/config.h
+++ b/dmake/win95/microsft/config.h
@@ -1,6 +1,6 @@
/* $RCSfile: config.h,v $
--- $Revision: 1.5 $
--- last change: $Author: rt $ $Date: 2004-09-08 16:10:31 $
+-- $Revision: 1.6 $
+-- last change: $Author: rt $ $Date: 2004-10-22 08:11:51 $
--
-- SYNOPSIS
-- Configurarion include file.
@@ -32,8 +32,14 @@
must not be there to compile dmake with MSC and the
"dmake\make.bat win95-vpp40" command. This file sets (among other
things) the needed HAS_... and HAVE_... macros.
+
+ Don't forget to update the PACKAGE and VERSION macros!
*/
+/* Name and version number of this package */
+#define PACKAGE "dmake"
+#define VERSION "4.3"
+
#if defined (_MSC_VER)
# if _MSC_VER < 500
Force a compile-time blowup.