forked from SvarDOS/edrdos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.inc
24 lines (20 loc) · 894 Bytes
/
version.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ifidn VERSION, <>
VERSION textequ <?>
endif
ifidn GIT_REV, <>
COMMIT textequ <?>
else
COMMIT textequ GIT_REV
endif
KERNEL_VER_STR textequ <13, 10, "Enhanced DR-DOS kernel >, VERSION, < (rev >, COMMIT, <) [built >, @date, < >, @time , <]", 13, 10>
ifdef LDOS
REPOSITORY_STR textequ <"source and licensing conditions available at https://hg.pushbx.org/ecm/edrdos", 13, 10>
else
REPOSITORY_STR textequ <"source and licensing conditions available at https://github.com/SvarDOS/edrdos", 13, 10>
endif
; used by command.com
SYSNAME_STR textequ <'Enhanced DR-DOS based on Caldera OpenDOS 7.01'>
; embedded in DRBIO.SYS
COPYRIGHT_STR textequ <"Copyright (c) 1983,1996 Caldera, Inc. All Rights Reserved>, \
< Patches to original OpenDOS source code Copyright (c) 2002-2011 Udo Kuhnt>, \
< distributed and used under license agreement by DRDOS, Inc. on 2022-07-07">