From 410cef3a72d5393665771f2e6ea23ad7a3df98a1 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 30 Apr 2022 23:12:04 +0200 Subject: bump to 0.56 --- README.md | 5 ++++- version.h | 2 +- 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 -- cgit v1.2.3