diff options
author | Jaroslav Hensl <jara@hensl.cz> | 2025-07-29 16:42:13 +0200 |
---|---|---|
committer | Jaroslav Hensl <jara@hensl.cz> | 2025-07-29 16:42:13 +0200 |
commit | 739eb72235cba62334f8b42448c9e9c87e7d2dd6 (patch) | |
tree | 993662b164b82604215c1964188e9aeb35eb9d78 /makefile | |
parent | 12c37ec3ba15126468fb5b275d49ba8328b93a9f (diff) | |
download | vmdisp9x-main.tar.gz |
double buffering (inc. README) + version fixHEADv1.2025.0.119main
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ OBJS += & INCS = -I$(%WATCOM)\h\win -Iddk -Ivmware
-VER_BUILD = 118
+VER_BUILD = 119
FLAGS = -DDRV_VER_BUILD=$(VER_BUILD)
|