From 37c2320920bf2de11749370396da23cab0aafa77 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 19 Feb 2023 17:35:06 +0100 Subject: bump to 0.67 --- README.md | 4 +++- version.h | 2 +- 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 -- cgit v1.2.3