diff --git a/hdr/version.h b/hdr/version.h index 3586f6b..467c42c 100644 --- a/hdr/version.h +++ b/hdr/version.h @@ -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 */