We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3a1d8 commit 6006795Copy full SHA for 6006795
hdr/version.h
@@ -36,12 +36,12 @@
36
#endif
37
38
/* The actual kernel revision, 2000+REVISION_SEQ = 2.REVISION_SEQ */
39
-#define REVISION_SEQ 42 /* returned in BL by int 21 function 30 */
+#define REVISION_SEQ 43 /* returned in BL by int 21 function 30 */
40
#define OEM_ID 0xfd /* FreeDOS, returned in BH by int 21 30 */
41
42
/* Used for version information displayed to user at boot (& stored in os_release string) */
43
#ifndef KERNEL_VERSION
44
-#define KERNEL_VERSION "- SVN "
+#define KERNEL_VERSION "- GIT "
45
46
47
/* actual version string */
0 commit comments