|
From: creedon <icr...@us...> - 2005-09-07 18:00:24
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5405 Modified Files: versions.h Log Message: cranked up version for resource verb changes restored Radio UserLand name, as I understand it Radio UserLand can not be built or distributed as open source so leaving it Radio UserLand is OK. my hope is that some day UserLand will work with the open source community on the code base, Lets leave doors open for them where it makes sense. if I got this wrong, please feel free to change it back. tweaked Andre's trademark change comments. I want to preserve the trademark characters Index: versions.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/versions.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** versions.h 29 Jan 2005 23:09:56 -0000 1.9 --- versions.h 7 Sep 2005 18:00:14 -0000 1.10 *************** *** 35,38 **** --- 35,40 ---- + /* Radio version information */ + #define radio_major_version 10 #define radio_major_version_bcd 0x10 /* major version in BCD notation */ *************** *** 42,84 **** #define radio_subminor_version_bcd 0x10 /* sub and minor version in BCD notation */ ! #define radio_stage_code 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */ ! #define radio_revision_level 2 /* for non-final releases only */ ! #define radio_build_number 2 /* increment by one for every release, final or not */ ! #define radio_version_string "10.1a2" #define frontier_major_version 10 #define frontier_major_version_bcd 0x10 /* major version in BCD notation */ ! #define frontier_sub_version 1 #define frontier_minor_version 0 ! #define frontier_subminor_version_bcd 0x10 /* sub and minor version in BCD notation */ ! #define frontier_stage_code 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */ ! #define frontier_revision_level 2 /* for non-final releases only */ ! #define frontier_build_number 2 /* increment by one for every release, final or not */ ! #define frontier_version_string "10.1a2" ! #define copyright_year_string "2005" /* Define app name and related strings */ #ifdef PIKE ! #define APPNAME "Radio" #define APPNAME_SHORT "Radio" #else ! #define APPNAME "Frontier" #define APPNAME_SHORT "Frontier" #endif /* app name for display -- ends with the trademark character */ - /* 2005-01-12 aradke: app names no longer include trademark character */ #ifdef MACVERSION ! #define APPNAME_TM APPNAME #endif #ifdef WIN95VERSION ! #define APPNAME_TM APPNAME #endif --- 44,90 ---- #define radio_subminor_version_bcd 0x10 /* sub and minor version in BCD notation */ ! #define radio_stage_code 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */ ! #define radio_revision_level 3 /* for non-final releases only */ ! #define radio_build_number 3 /* increment by one for every release, final or not */ ! #define radio_version_string "10.1a3" + /* Frontier version information */ + #define frontier_major_version 10 #define frontier_major_version_bcd 0x10 /* major version in BCD notation */ ! #define frontier_sub_version 1 #define frontier_minor_version 0 ! #define frontier_subminor_version_bcd 0x10 /* sub and minor version in BCD notation */ ! #define frontier_stage_code 0x40 /* dev = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 */ ! #define frontier_revision_level 3 /* for non-final releases only */ ! #define frontier_build_number 3 /* increment by one for every release, final or not */ ! #define frontier_version_string "10.1a3" ! /* strings for all apps */ ! ! #define copyright_year_string "2005" /* Define app name and related strings */ #ifdef PIKE ! #define APPNAME "Radio UserLand" #define APPNAME_SHORT "Radio" #else ! #define APPNAME "Frontier" #define APPNAME_SHORT "Frontier" #endif /* app name for display -- ends with the trademark character */ #ifdef MACVERSION ! #define APPNAME_TM APPNAME /* 2005-01-12 aradke: app names no longer include trademark character - "\xAA" */ #endif #ifdef WIN95VERSION ! #define APPNAME_TM APPNAME /* 2005-01-12 aradke: app names no longer include trademark character - "\x99" */ #endif + |