Update version in preparation for new release
Next release will be 2.43 (2043)
This commit is contained in:
parent
bd3a1d8047
commit
60067953b6
@ -36,12 +36,12 @@
|
||||
#endif
|
||||
|
||||
/* The actual kernel revision, 2000+REVISION_SEQ = 2.REVISION_SEQ */
|
||||
#define REVISION_SEQ 42 /* returned in BL by int 21 function 30 */
|
||||
#define REVISION_SEQ 43 /* returned in BL by int 21 function 30 */
|
||||
#define OEM_ID 0xfd /* FreeDOS, returned in BH by int 21 30 */
|
||||
|
||||
/* Used for version information displayed to user at boot (& stored in os_release string) */
|
||||
#ifndef KERNEL_VERSION
|
||||
#define KERNEL_VERSION "- SVN "
|
||||
#define KERNEL_VERSION "- GIT "
|
||||
#endif
|
||||
|
||||
/* actual version string */
|
||||
|
Loading…
Reference in New Issue
Block a user