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
This commit is contained in:
Kenneth J Davis 2012-01-16 20:46:35 +00:00
parent ed1cca5556
commit 50de5e1e23

View File

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