UNSTABLE branch is always kernel revision 'w' for WorkInProgress (to avoid

confusion with stable series)


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1038 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2004-09-12 06:42:05 +00:00
parent 79720273dc
commit e90edc941b
1 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ static BYTE *date_hRcsId =
#define REVISION_MAJOR 1 #define REVISION_MAJOR 1
#define REVISION_MINOR 1 #define REVISION_MINOR 1
#define REVISION_SEQ 35 #define REVISION_SEQ 35
#define BUILD "2035a" #define BUILD "2035"
#define SUB_BUILD "-UNSTABLE" #define SUB_BUILD "w-UNSTABLE" /* only use w=WorkInProgress for UNSTABLE branch */
#define KERNEL_VERSION_STRING "1.1.35a" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ */ #define KERNEL_VERSION_STRING "1.1.35w" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ */
#define KERNEL_BUILD_STRING "2035a-UNSTABLE" /*#BUILD SUB_BUILD */ #define KERNEL_BUILD_STRING "2035w-UNSTABLE" /*#BUILD SUB_BUILD */