aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e0c0f7e..d2f5e6a 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The VB stands for "Very Basic" :)
# Downloads
-The current release is _0.52_.
+The current release is _0.53_.
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,7 @@ For the source code, you can check out [this git repository](..).
## Version history
+* _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.
* _0.52_: this version switches VBMOUSE to using the PS/2 BIOS with 1-byte sized packets, to improve
wheel mouse compatibility.
diff --git a/version.h b/version.h
index 79d52cf..b775d12 100644
--- a/version.h
+++ b/version.h
@@ -2,6 +2,6 @@
#define VERSION_H
#define VERSION_MAJOR 0
-#define VERSION_MINOR 0x52
+#define VERSION_MINOR 0x53
#endif // VERSION_H