Update version in preparation for new release

Next release will be 2.43 (2043)
This commit is contained in:
Kenneth J Davis 2021-05-11 22:10:46 -04:00 committed by GitHub
parent bd3a1d8047
commit 60067953b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */