From eae434ad97f38f33a8a312e8b39d4d32db7af8dd Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 1 Jan 2023 17:25:07 +0100 Subject: bump to 0.66 --- README.md | 3 ++- version.h | 2 +- 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 -- cgit v1.2.3