Skip to content

Commit 6006795

Browse files
authored
Update version in preparation for new release
Next release will be 2.43 (2043)
1 parent bd3a1d8 commit 6006795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdr/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
#endif
3737

3838
/* The actual kernel revision, 2000+REVISION_SEQ = 2.REVISION_SEQ */
39-
#define REVISION_SEQ 42 /* returned in BL by int 21 function 30 */
39+
#define REVISION_SEQ 43 /* returned in BL by int 21 function 30 */
4040
#define OEM_ID 0xfd /* FreeDOS, returned in BH by int 21 30 */
4141

4242
/* Used for version information displayed to user at boot (& stored in os_release string) */
4343
#ifndef KERNEL_VERSION
44-
#define KERNEL_VERSION "- SVN "
44+
#define KERNEL_VERSION "- GIT "
4545
#endif
4646

4747
/* actual version string */

0 commit comments

Comments
 (0)