update version to 2035b-cvs (-cvs to denote not a release yet)

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1118 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2005-02-25 23:58:07 +00:00
parent 23b81c2330
commit 84d34e61c0

View File

@ -49,6 +49,6 @@ static BYTE *date_hRcsId =
#define REVISION_MINOR 1 #define REVISION_MINOR 1
#define REVISION_SEQ 35 #define REVISION_SEQ 35
#define BUILD "2035" #define BUILD "2035"
#define SUB_BUILD "a" #define SUB_BUILD "b-cvs"
#define KERNEL_VERSION_STRING "1.1.35" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ */ #define KERNEL_VERSION_STRING "1.1.35" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ */
#define KERNEL_BUILD_STRING "2035a" /*#BUILD SUB_BUILD */ #define KERNEL_BUILD_STRING "2035b-cvs" /*#BUILD SUB_BUILD */