[jbossnative-commits] JBoss Native SVN: r1005 - in trunk/sight/native: os/windows and 1 other directory.
jbossnative-commits at lists.jboss.org
jbossnative-commits at lists.jboss.org
Mon Sep 10 03:08:59 EDT 2007
Author: mladen.turk at jboss.com
Date: 2007-09-10 03:08:59 -0400 (Mon, 10 Sep 2007)
New Revision: 1005
Modified:
trunk/sight/native/include/sight_version.h
trunk/sight/native/os/windows/libsight.rc
Log:
Increment version aready used for build
Modified: trunk/sight/native/include/sight_version.h
===================================================================
--- trunk/sight/native/include/sight_version.h 2007-09-10 07:04:48 UTC (rev 1004)
+++ trunk/sight/native/include/sight_version.h 2007-09-10 07:08:59 UTC (rev 1005)
@@ -72,7 +72,7 @@
#define SIGHT_MINOR_VERSION 0
/** patch level */
-#define SIGHT_PATCH_VERSION 0
+#define SIGHT_PATCH_VERSION 1
/**
* This symbol is defined for internal, "development" copies of SIGHT.
Modified: trunk/sight/native/os/windows/libsight.rc
===================================================================
--- trunk/sight/native/os/windows/libsight.rc 2007-09-10 07:04:48 UTC (rev 1004)
+++ trunk/sight/native/os/windows/libsight.rc 2007-09-10 07:08:59 UTC (rev 1005)
@@ -39,8 +39,8 @@
#define STR_COMPANY "Red Hat®, Inc."
#define STR_TRADEMARK " Red Hat Inc."
#define STR_PRODUCT "System information gathering hybrid tool"
-#define STR_VERISON "1.0.0.0"
-#define CSV_VERISON 1,0,0,0
+#define STR_VERISON "1.0.1.0"
+#define CSV_VERISON 1,0,1,0
#define PRIVATE_BUILD 0
#define PRERELEASE_BUILD 0
More information about the jbossnative-commits
mailing list