aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2023-01-01 17:25:07 +0100
committerJavier <dev.git@javispedro.com>2023-01-01 17:25:07 +0100
commiteae434ad97f38f33a8a312e8b39d4d32db7af8dd (patch)
tree6f1ba05e78a391cc9d7c4b5a7de251a816d7532c
parentea30df89b6fa62874b82cd75e6cf81a089ee2d25 (diff)
downloadvbados-eae434ad97f38f33a8a312e8b39d4d32db7af8dd.tar.gz
vbados-eae434ad97f38f33a8a312e8b39d4d32db7af8dd.zip
bump to 0.66v0.66
-rw-r--r--README.md3
-rw-r--r--version.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ab49660..2c335bf 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The VB stands for "Very Basic" :)
# Downloads
-The current release is _0.65_.
+The current release is _0.66_.
You can get a recent build from the ready-to-go floppy disk image:
[💾 VBADOS.FLP](https://depot.javispedro.com/vbox/vbados/vbados.flp)
@@ -40,6 +40,7 @@ For the source code, you can check out [this git repository](..).
## Version history
+* _0.66_: vbmouse.drv only: fixes issue when returning from fullscreen DOS boxes.
* _0.65_: Change mouse show/hide cursor APIs to not allow cursor show counter to go above 0,
which better matches MS Mouse behavior and improves Borland compatibility.
* _0.64_: Reduce memory requirements of int33h mouse driver status save/restore APIs.
diff --git a/version.h b/version.h
index 4292ffc..f3b6b7f 100644
--- a/version.h
+++ b/version.h
@@ -2,6 +2,6 @@
#define VERSION_H
#define VERSION_MAJOR 0
-#define VERSION_MINOR 0x65
+#define VERSION_MINOR 0x66
#endif // VERSION_H