From 50de5e1e23fc1b9dcac5283800c12673fb381010 Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Mon, 16 Jan 2012 20:46:35 +0000 Subject: [PATCH] Update sequence number to correspond with next release version. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1700 6ac86273-5f31-0410-b378-82cca8765d1b --- hdr/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdr/version.h b/hdr/version.h index 37dfe7c..1a38ddb 100644 --- a/hdr/version.h +++ b/hdr/version.h @@ -36,7 +36,7 @@ #endif /* The actual kernel revision, 2000+REVISION_SEQ = 2.REVISION_SEQ */ -#define REVISION_SEQ 40 /* returned in BL by int 21 function 30 */ +#define REVISION_SEQ 41 /* 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) */