From 499f265118b6f849e19fc0a832023d967caeeaa2 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 20 Apr 2022 02:47:17 +0200 Subject: bump to v0.53 --- README.md | 3 ++- version.h | 2 +- 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 -- cgit v1.2.3