diff options
author | Jaroslav Hensl <jara@hensl.cz> | 2023-07-12 17:11:08 +0200 |
---|---|---|
committer | Jaroslav Hensl <jara@hensl.cz> | 2023-07-12 17:11:08 +0200 |
commit | 030cb4e96b4f77231454c3209ae04c1f42ca837c (patch) | |
tree | 0716a5232e390831dc67a91754ab83fd60982c1e /version.h | |
parent | 47b0c297d5719a9a3e72c4199f99ba6d0c793b68 (diff) | |
download | vmdisp9x-1.2023.0.11.tar.gz |
Fix: race condition - FIFO access, clear screenv1.2023.0.11
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #define DRV_STR(x) DRV_STR_(x)
/* DRV, VXD and DLL have to have the same */
-#define DRV_API_LEVEL 20230707UL
+#define DRV_API_LEVEL 20230710UL
/* on binaries equals 1 and for INF is 1 = separate driver, 2 = softgpu pack */
#define DRV_VER_MAJOR 1
|