Author: mladen.turk(a)jboss.com
Date: 2008-04-03 03:59:30 -0400 (Thu, 03 Apr 2008)
New Revision: 1503
Modified:
trunk/build/install/installer/sinstall.rc
trunk/build/install/xtool/xtool.rc
Log:
Add CSV_VERSION define for easier maintenance
Modified: trunk/build/install/installer/sinstall.rc
===================================================================
--- trunk/build/install/installer/sinstall.rc 2008-04-03 07:17:20 UTC (rev 1502)
+++ trunk/build/install/installer/sinstall.rc 2008-04-03 07:59:30 UTC (rev 1503)
@@ -38,6 +38,7 @@
#define STR_DESCR "JBoss Windows Installer"
#define STR_VERSION "1.0.0.0"
+#define CSV_VERSION 1,0,0,0
IDI_MAINICON ICON "res/jboss.ico"
IDI_RHELICON ICON "res/redhat.ico"
@@ -87,8 +88,8 @@
1 VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
+ FILEVERSION CSV_VERSION
+ PRODUCTVERSION CSV_VERSION
FILEFLAGSMASK 0x3fL
#if defined(_DEBUG)
FILEFLAGS 0x03L
Modified: trunk/build/install/xtool/xtool.rc
===================================================================
--- trunk/build/install/xtool/xtool.rc 2008-04-03 07:17:20 UTC (rev 1502)
+++ trunk/build/install/xtool/xtool.rc 2008-04-03 07:59:30 UTC (rev 1503)
@@ -38,13 +38,14 @@
#define STR_DESCR "Xtool - Windows generic build tools"
#define STR_VERSION "1.0.0.0"
+#define CSV_VERSION 1,0,0,0
IDI_MAINICON ICON "jboss.ico"
IDI_RHELICON ICON "redhat.ico"
1 VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
+ FILEVERSION CSV_VERSION
+ PRODUCTVERSION CSV_VERSION
FILEFLAGSMASK 0x3fL
#if defined(_DEBUG)
FILEFLAGS 0x03L
Show replies by date