aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2023-02-19 17:35:06 +0100
committerJavier <dev.git@javispedro.com>2023-02-19 17:35:06 +0100
commit37c2320920bf2de11749370396da23cab0aafa77 (patch)
tree15219789f1d06fbca67d530d6741460a2b1a5ad2
parent386e3e22c069cc306c6e0bd22fba824e1e13a7d9 (diff)
downloadvbados-37c2320920bf2de11749370396da23cab0aafa77.tar.gz
vbados-37c2320920bf2de11749370396da23cab0aafa77.zip
bump to 0.67v0.67
-rw-r--r--README.md4
-rw-r--r--version.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c7d9529..4816e89 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The VB stands for "Very Basic" :)
# Downloads
-The current release is _0.66_.
+The current release is _0.67_.
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,8 @@ For the source code, you can check out [this git repository](..).
## Version history
+* _0.67_: vbsf.exe only: fix "not found" issue when trying to run executables from a shared folder.
+ Fix "can't load unicode table" error on cp437, 852.
* _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.
diff --git a/version.h b/version.h
index f3b6b7f..feb1236 100644
--- a/version.h
+++ b/version.h
@@ -2,6 +2,6 @@
#define VERSION_H
#define VERSION_MAJOR 0
-#define VERSION_MINOR 0x66
+#define VERSION_MINOR 0x67
#endif // VERSION_H