aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-30 23:12:04 +0200
committerJavier <dev.git@javispedro.com>2022-04-30 23:12:04 +0200
commit410cef3a72d5393665771f2e6ea23ad7a3df98a1 (patch)
tree81c29e4b073776c2db75f97f87ca59ca575c4735
parent3b240b60f05bd6fec34413791e1d215afc2bdde5 (diff)
downloadvbados-410cef3a72d5393665771f2e6ea23ad7a3df98a1.tar.gz
vbados-410cef3a72d5393665771f2e6ea23ad7a3df98a1.zip
bump to 0.56
-rw-r--r--README.md5
-rw-r--r--version.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f072dcd..f8377d2 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The VB stands for "Very Basic" :)
# Downloads
-The current release is _0.54_.
+The current release is _0.56_.
You can get a recent build from the ready-to-go floppy disk image:
[💾 VBADOS.FLP](https://depot.javispedro.com/vbox/vbados/vbados.flp)
@@ -37,6 +37,9 @@ For the source code, you can check out [this git repository](..).
## Version history
+* _0.56_: VBSF now supports changing file modification dates, and interleaving
+ FindFirst/FindNext calls (used by e.g., recursive xcopy).
+ Small compatibility fixes for both VBMOUSE and VBSF.
* _0.54_: fix another wheel mouse regression in VMware.
Fixes issue when using VBSF under Windows (missing seek_end function).
* _0.53_: brings back support for 3-byte sized packets on BIOS, since some BIOS and emulators (incl Win386 and DOSBox) are not compatible with 1-byte packets.
diff --git a/version.h b/version.h
index df86ff3..5eb4b8e 100644
--- a/version.h
+++ b/version.h
@@ -2,6 +2,6 @@
#define VERSION_H
#define VERSION_MAJOR 0
-#define VERSION_MINOR 0x54
+#define VERSION_MINOR 0x56
#endif // VERSION_H