From c5f5946be34b91c597b9f29308cdad3f86146ddf Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 27 Nov 2022 23:58:44 +0100 Subject: bump to v0.63 --- README.md | 4 ++-- version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2e5e6a..6136653 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The VB stands for "Very Basic" :) # Downloads -The current release is _0.62_. +The current release is _0.63_. 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,7 +40,7 @@ For the source code, you can check out [this git repository](..). ## Version history -* _0.62_: Localization support using [Kitten](http://wiki.freedos.org/wiki/index.php/Kitten); currently only Spanish is available (`set lang=es`). +* _0.63_: Localization support using [Kitten](http://wiki.freedos.org/wiki/index.php/Kitten); currently only Spanish is available (`set lang=es`). Non-fully-uppercase but still 8.3 filenames are no longer "shortened" by default. Introduced per-mount options. Improved wheel compatibility under Windows 3.x; Word is now compatible with wheel scrolling. diff --git a/version.h b/version.h index 62e5a02..2fbde00 100644 --- a/version.h +++ b/version.h @@ -2,6 +2,6 @@ #define VERSION_H #define VERSION_MAJOR 0 -#define VERSION_MINOR 0x62 +#define VERSION_MINOR 0x63 #endif // VERSION_H -- cgit v1.2.3