|
From: <cre...@us...> - 2006-10-17 17:36:33
|
Revision: 1566
http://svn.sourceforge.net/frontierkernel/?rev=1566&view=rev
Author: creecode
Date: 2006-10-17 10:36:00 -0700 (Tue, 17 Oct 2006)
Log Message:
-----------
bumped version number in anticipation of merging the FSRef Migration branch into the trunk as v10.1a12
Modified Paths:
--------------
Frontier/branches/FSRef_Migration/Common/headers/versions.h
Modified: Frontier/branches/FSRef_Migration/Common/headers/versions.h
===================================================================
--- Frontier/branches/FSRef_Migration/Common/headers/versions.h 2006-10-17 17:04:37 UTC (rev 1565)
+++ Frontier/branches/FSRef_Migration/Common/headers/versions.h 2006-10-17 17:36:00 UTC (rev 1566)
@@ -53,86 +53,86 @@
/* version info for RADIO targets (formerly known as PIKE) */
- #define APPNAME "Radio"
- #define APP_COPYRIGHT_HOLDER "UserLand Software, Inc"
+ #define APPNAME "Radio"
+ #define APP_COPYRIGHT_HOLDER "UserLand Software, Inc"
- #define bs_APP_NAME BIGSTRING ("\x05" "Radio")
- #define bs_APP_SLOGAN BIGSTRING ("\x2b" "The power of Web publishing on your desktop")
- #define bs_APP_COPYRIGHT BIGSTRING ("\x23" "\xA9 " APP_COPYRIGHT_FROM "-" APP_COPYRIGHT_TILL " UserLand Software, Inc.")
- #define bs_APP_URL BIGSTRING ("\x26" "http://frontierkernel.sourceforge.net/")
-
- #define APP_MAJOR_VERSION 10
- #define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
-
- #define APP_SUB_VERSION 1
- #define APP_MINOR_VERSION 0
+ #define bs_APP_NAME BIGSTRING ("\x05" "Radio")
+ #define bs_APP_SLOGAN BIGSTRING ("\x2b" "The power of Web publishing on your desktop")
+ #define bs_APP_COPYRIGHT BIGSTRING ("\x23" "\xA9 " APP_COPYRIGHT_FROM "-" APP_COPYRIGHT_TILL " UserLand Software, Inc.")
+ #define bs_APP_URL BIGSTRING ("\x26" "http://frontierkernel.sourceforge.net/")
+
+ #define APP_MAJOR_VERSION 10
+ #define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
+
+ #define APP_SUB_VERSION 1
+ #define APP_MINOR_VERSION 0
#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 11 /* for non-final releases only */
- #define APP_BUILD_NUMBER 11 /* increment by one for every release, final or not */
+ #define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
+ #define APP_REVISION_LEVEL 12 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 12 /* increment by one for every release, final or not */
+
+ #define APP_VERSION_STRING "10.1a12"
- #define APP_VERSION_STRING "10.1a11"
-
#else
/* version info for OPMLEDITOR targets */
- #define APPNAME "OPML"
-
- #define APP_COPYRIGHT_HOLDER "Scripting News, Inc"
-
- #define bs_APP_NAME BIGSTRING ("\x04" "OPML")
- #define bs_APP_SLOGAN BIGSTRING ("\x25" "Powerful OPML editing on your desktop")
- #define bs_APP_COPYRIGHT BIGSTRING ("\x20" "\xA9 " APP_COPYRIGHT_FROM "-" APP_COPYRIGHT_TILL " Scripting News, Inc.")
- #define bs_APP_URL BIGSTRING ("\x18" "http://support.opml.org/")
-
- #define APP_MAJOR_VERSION 10
- #define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
-
- #define APP_SUB_VERSION 1
- #define APP_MINOR_VERSION 0
+ #define APPNAME "OPML"
+
+ #define APP_COPYRIGHT_HOLDER "Scripting News, Inc"
+
+ #define bs_APP_NAME BIGSTRING ("\x04" "OPML")
+ #define bs_APP_SLOGAN BIGSTRING ("\x25" "Powerful OPML editing on your desktop")
+ #define bs_APP_COPYRIGHT BIGSTRING ("\x20" "\xA9 " APP_COPYRIGHT_FROM "-" APP_COPYRIGHT_TILL " Scripting News, Inc.")
+ #define bs_APP_URL BIGSTRING ("\x18" "http://support.opml.org/")
+
+ #define APP_MAJOR_VERSION 10
+ #define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
+
+ #define APP_SUB_VERSION 1
+ #define APP_MINOR_VERSION 0
#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 12 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 12 /* increment by one for every release, final or not */
+
+ #define APP_VERSION_STRING "10.1a12"
- #define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
- #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.1a11"
-
#endif
#else
/* version info for FRONTIER targets */
- #define APPNAME "Frontier"
- #define APP_COPYRIGHT_HOLDER "Frontier Kernel Project"
-
- #define bs_APP_NAME BIGSTRING ("\x08" "Frontier")
- #define bs_APP_SLOGAN BIGSTRING ("\x25" "Powerful cross-platform web scripting")
- #define bs_APP_COPYRIGHT BIGSTRING ("\x23" "\xA9 " APP_COPYRIGHT_FROM "-" APP_COPYRIGHT_TILL " Frontier Kernel Project")
- #define bs_APP_URL BIGSTRING ("\x26" "http://frontierkernel.sourceforge.net/")
-
- #define APP_MAJOR_VERSION 10
- #define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
-
- #define APP_SUB_VERSION 1
- #define APP_MINOR_VERSION 0
+ #define APPNAME "Frontier"
+ #define APP_COPYRIGHT_HOLDER "Frontier Kernel Project"
+
+ #define bs_APP_NAME BIGSTRING ("\x08" "Frontier")
+ #define bs_APP_SLOGAN BIGSTRING ("\x25" "Powerful cross-platform web scripting")
+ #define bs_APP_COPYRIGHT BIGSTRING ("\x23" "\xA9 " APP_COPYRIGHT_FROM "-" APP_COPYRIGHT_TILL " Frontier Kernel Project")
+ #define bs_APP_URL BIGSTRING ("\x26" "http://frontierkernel.sourceforge.net/")
+
+ #define APP_MAJOR_VERSION 10
+ #define APP_MAJOR_VERSION_BCD 0x10 /* major version in BCD notation */
+
+ #define APP_SUB_VERSION 1
+ #define APP_MINOR_VERSION 0
#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 12 /* for non-final releases only */
+ #define APP_BUILD_NUMBER 12 /* increment by one for every release, final or not */
+
+ #define APP_VERSION_STRING "10.1a12"
- #define APP_STAGE_CODE 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
- #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.1a11"
-
#endif
-#define bs_APP_COPYRIGHT2 BIGSTRING ("\x22" "\xA9 1992-2004 UserLand Software, Inc")
-#define APP_COPYRIGHT APP_COPYRIGHT_FROM "-" APP_COPYRIGHT_TILL " " APP_COPYRIGHT_HOLDER
+#define bs_APP_COPYRIGHT2 BIGSTRING ("\x22" "\xA9 1992-2004 UserLand Software, Inc")
+#define APP_COPYRIGHT APP_COPYRIGHT_FROM "-" APP_COPYRIGHT_TILL " " APP_COPYRIGHT_HOLDER
-#define APPNAME_SHORT APPNAME /* 2006-02-04 aradke */
-#define APPNAME_TM APPNAME /* 2005-01-12 aradke: app names no longer include trademark character */
+#define APPNAME_SHORT APPNAME /* 2006-02-04 aradke */
+#define APPNAME_TM APPNAME /* 2005-01-12 aradke: app names no longer include trademark character */
@@ -183,7 +183,7 @@
#define opml_minor_version 0
#define opml_subminor_version_bcd 0x10 /* sub and minor version in BCD notation */
-#define opml_stage_code 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
+#define opml_stage_code 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */
#define opml_revision_level 5 /* for non-final releases only */
#define opml_build_number 5 /* increment by one for every release, final or not */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|