|
From: <cre...@us...> - 2006-10-05 19:17:05
|
Revision: 1547
http://svn.sourceforge.net/frontierkernel/?rev=1547&view=rev
Author: creecode
Date: 2006-10-05 12:16:57 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
version 10.2x isn't going to fly as we used the even subversion to indicate stable versions. So we are left with using 10.1a11.
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-05 17:18:53 UTC (rev 1546)
+++ Frontier/branches/SQLite/Common/headers/versions.h 2006-10-05 19:16:57 UTC (rev 1547)
@@ -64,15 +64,15 @@
#define APP_MAJOR_VERSION 10
#define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
- #define APP_SUB_VERSION 2
+ #define APP_SUB_VERSION 1
#define APP_MINOR_VERSION 0
- #define APP_SUBMINOR_VERSION_BCD 0x20 /* sub and minor version in BCD notation */
+ #define APP_SUBMINOR_VERSION_BCD 0x10 /* sub and minor version in BCD notation */
#define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
- #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_REVISION_LEVEL 11 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 11 /* increment by one for every release, final or not */
- #define APP_VERSION_STRING "10.2a0"
+ #define APP_VERSION_STRING "10.1a11"
#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 2
+ #define APP_SUB_VERSION 1
#define APP_MINOR_VERSION 0
- #define APP_SUBMINOR_VERSION_BCD 0x20 /* sub and minor version in BCD notation */
+ #define APP_SUBMINOR_VERSION_BCD 0x10 /* sub and minor version in BCD notation */
#define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
- #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_REVISION_LEVEL 11 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 11 /* increment by one for every release, final or not */
- #define APP_VERSION_STRING "10.2a0"
+ #define APP_VERSION_STRING "10.1a11"
#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 2
+ #define APP_SUB_VERSION 1
#define APP_MINOR_VERSION 0
- #define APP_SUBMINOR_VERSION_BCD 0x20 /* sub and minor version in BCD notation */
+ #define APP_SUBMINOR_VERSION_BCD 0x10 /* sub and minor version in BCD notation */
#define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
- #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_REVISION_LEVEL 11 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 11 /* increment by one for every release, final or not */
- #define APP_VERSION_STRING "10.2a0"
+ #define APP_VERSION_STRING "10.1a11"
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|