summaryrefslogtreecommitdiff
path: root/desktop/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:27:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:27:30 +0000
commit19c79299952cfd0b75176713c3f0ddf8ee52c602 (patch)
tree8b85ac8120ac8ad55608705c2f375e37de9f0f17 /desktop/util
parentce0fd0e6b05f87bc814ebf913f743a34bacf789c (diff)
INTEGRATION: CWS vcl13 (1.10.2); FILE MERGED
2003/06/23 12:36:35 hjs 1.10.2.1: #110337# version numbers
Diffstat (limited to 'desktop/util')
-rw-r--r--desktop/util/verinfo.rc11
1 files changed, 8 insertions, 3 deletions
diff --git a/desktop/util/verinfo.rc b/desktop/util/verinfo.rc
index dd33ccc84d4b..afeb429f3986 100644
--- a/desktop/util/verinfo.rc
+++ b/desktop/util/verinfo.rc
@@ -2,9 +2,9 @@
#
# $RCSfile: verinfo.rc,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: vg $ $Date: 2003-06-20 10:34:28 $
+# last change: $Author: hr $ $Date: 2003-06-30 14:27:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -61,7 +61,7 @@
#*************************************************************************/
#define VERSION 7
-#define SUBVERSION 0
+//#define SUBVERSION 0
//#define VERVARIANT 0
// .0 + VER_CONCEPT
// .100 + VER_ALPHA
@@ -115,8 +115,13 @@ RCD_LANGUAGE rcdata
// -----------------------------------------------------------------------
VS_VERSION_INFO versioninfo
+#ifndef SUBVERSION
+ fileversion VERSION, 0, 0, VERVARIANT
+ productversion VERSION, 0, 0, VERVARIANT
+#else
fileversion VERSION, VERVARIANT, VER_COUNT
productversion VERSION, VERVARIANT, VER_COUNT
+#endif
fileflagsmask 0x3F
fileflags
#if defined(DEBUG)