diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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. @@ -2,6 +2,6 @@ #define VERSION_H #define VERSION_MAJOR 0 -#define VERSION_MINOR 0x62 +#define VERSION_MINOR 0x63 #endif // VERSION_H |