|
From: <cre...@us...> - 2006-10-05 17:18:59
|
Revision: 1546
http://svn.sourceforge.net/frontierkernel/?rev=1546&view=rev
Author: creecode
Date: 2006-10-05 10:18:53 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
bumped version number to 10.2a0 in prep for merge back into trunk
Modified Paths:
--------------
Frontier/branches/SQLite/Common/headers/versions.h
Modified: Frontier/branches/SQLite/Common/headers/versions.h
===================================================================
--- Frontier/branches/SQLite/Common/headers/versions.h 2006-10-04 17:30:21 UTC (rev 1545)
+++ Frontier/branches/SQLite/Common/headers/versions.h 2006-10-05 17:18:53 UTC (rev 1546)
@@ -64,15 +64,15 @@
#define APP_MAJOR_VERSION 10
#define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
- #define APP_SUB_VERSION 1
+ #define APP_SUB_VERSION 2
#define APP_MINOR_VERSION 0
- #define APP_SUBMINOR_VERSION_BCD 0x10 /* sub and minor version in BCD notation */
+ #define APP_SUBMINOR_VERSION_BCD 0x20 /* sub and minor version in BCD notation */
#define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
- #define APP_REVISION_LEVEL 10 /* for non-final releases only */
- #define APP_BUILD_NUMBER 10 /* increment by one for every release, final or not */
+ #define APP_REVISION_LEVEL 0 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 0 /* increment by one for every release, final or not */
- #define APP_VERSION_STRING "10.1a10"
+ #define APP_VERSION_STRING "10.2a0"
#else
@@ -90,15 +90,15 @@
#define APP_MAJOR_VERSION 10
#define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
- #define APP_SUB_VERSION 1
+ #define APP_SUB_VERSION 2
#define APP_MINOR_VERSION 0
- #define APP_SUBMINOR_VERSION_BCD 0x10 /* sub and minor version in BCD notation */
+ #define APP_SUBMINOR_VERSION_BCD 0x20 /* sub and minor version in BCD notation */
#define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
- #define APP_REVISION_LEVEL 10 /* for non-final releases only */
- #define APP_BUILD_NUMBER 10 /* increment by one for every release, final or not */
+ #define APP_REVISION_LEVEL 0 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 0 /* increment by one for every release, final or not */
- #define APP_VERSION_STRING "10.1a10"
+ #define APP_VERSION_STRING "10.2a0"
#endif
#else
@@ -116,15 +116,15 @@
#define APP_MAJOR_VERSION 10
#define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
- #define APP_SUB_VERSION 1
+ #define APP_SUB_VERSION 2
#define APP_MINOR_VERSION 0
- #define APP_SUBMINOR_VERSION_BCD 0x10 /* sub and minor version in BCD notation */
+ #define APP_SUBMINOR_VERSION_BCD 0x20 /* sub and minor version in BCD notation */
#define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
- #define APP_REVISION_LEVEL 10 /* for non-final releases only */
- #define APP_BUILD_NUMBER 10 /* increment by one for every release, final or not */
+ #define APP_REVISION_LEVEL 0 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 0 /* increment by one for every release, final or not */
- #define APP_VERSION_STRING "10.1a10"
+ #define APP_VERSION_STRING "10.2a0"
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|