diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-20 09:34:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-20 09:34:28 +0000 |
commit | 615ec725a5fd18a202907219d397d51944036ee6 (patch) | |
tree | fda6f25353703da593cc6175adfb2071be1c48f7 /desktop/util | |
parent | f13842da4833271d3ca433e48bf18372520d7d1d (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')
-rw-r--r-- | desktop/util/verinfo.rc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/desktop/util/verinfo.rc b/desktop/util/verinfo.rc index 489a78c61d21..dd33ccc84d4b 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 }; |