summaryrefslogtreecommitdiff
path: root/desktop/util/verinfo.rc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 09:34:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 09:34:28 +0000
commitdcdf77a23c42b65cc7add6ad890573e2a91ac4ca (patch)
tree74c0f651521061fd8e0b4005dd5e5aea18a3ea57 /desktop/util/verinfo.rc
parentbb719221844bd789325bb3516f56a6492ba8eabb (diff)
INTEGRATION: CWS setup12b (1.9.60); FILE MERGED
2003/06/18 15:56:29 is 1.9.60.3: #110294# shorter license text 2003/06/18 11:29:10 is 1.9.60.2: #110294# no more subversion in strings 2003/06/18 09:52:20 is 1.9.60.1: #110294# new version info
Diffstat (limited to 'desktop/util/verinfo.rc')
-rw-r--r--desktop/util/verinfo.rc16
1 files changed, 8 insertions, 8 deletions
diff --git a/desktop/util/verinfo.rc b/desktop/util/verinfo.rc
index 489a78c61d..dd33ccc84d 100644
--- a/desktop/util/verinfo.rc
+++ b/desktop/util/verinfo.rc
@@ -2,9 +2,9 @@
#
# $RCSfile: verinfo.rc,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: hr $ $Date: 2003-03-25 13:52:54 $
+# last change: $Author: vg $ $Date: 2003-06-20 10:34:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -60,7 +60,7 @@
#
#*************************************************************************/
-#define VERSION 6
+#define VERSION 7
#define SUBVERSION 0
//#define VERVARIANT 0
// .0 + VER_CONCEPT
@@ -73,8 +73,8 @@
#define VER_FINAL 0
#define VER_DAY 1
-#define VER_MONTH 12
-#define VER_YEAR 2000
+#define VER_MONTH 6
+#define VER_YEAR 2003
// -----------------------------------------------------------------------
@@ -115,8 +115,8 @@ RCD_LANGUAGE rcdata
// -----------------------------------------------------------------------
VS_VERSION_INFO versioninfo
- fileversion VERSION, SUBVERSION, VERVARIANT, VER_COUNT
- productversion VERSION, SUBVERSION, VERVARIANT, VER_COUNT
+ fileversion VERSION, VERVARIANT, VER_COUNT
+ productversion VERSION, VERVARIANT, VER_COUNT
fileflagsmask 0x3F
fileflags
#if defined(DEBUG)
@@ -176,7 +176,7 @@ VS_VERSION_INFO versioninfo
VS_VERSION_INFO rcdata
{
0xF0, "sw", 0x0F, VER_YEAR, VER_MONTH, VER_DAY,
- VERSION, SUBVERSION, VERVARIANT, VER_COUNT
+ VERSION, VERVARIANT, VER_COUNT
};