mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 05:44:41 +02:00
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
|
#endif
|
||||||
|
|
||||||
/* The actual kernel revision, 2000+REVISION_SEQ = 2.REVISION_SEQ */
|
/* 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 */
|
#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) */
|
/* Used for version information displayed to user at boot (& stored in os_release string) */
|
||||||
#ifndef KERNEL_VERSION
|
#ifndef KERNEL_VERSION
|
||||||
#define KERNEL_VERSION "- SVN "
|
#define KERNEL_VERSION "- GIT "
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* actual version string */
|
/* actual version string */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user