aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-11-27 23:58:44 +0100
committerJavier <dev.git@javispedro.com>2022-11-27 23:58:44 +0100
commitc5f5946be34b91c597b9f29308cdad3f86146ddf (patch)
tree0cfdca03302ec5b6c77f6a3079f2ac798318d552
parent7e5aa8406e33f8b24c49e5ff64bcf5cadf5b55d7 (diff)
downloadvbados-c5f5946be34b91c597b9f29308cdad3f86146ddf.tar.gz
vbados-c5f5946be34b91c597b9f29308cdad3f86146ddf.zip
bump to v0.63v0.63
-rw-r--r--README.md4
-rw-r--r--version.h2
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