diff options
author | Javier <dev.git@javispedro.com> | 2023-01-01 17:25:07 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2023-01-01 17:25:07 +0100 |
commit | eae434ad97f38f33a8a312e8b39d4d32db7af8dd (patch) | |
tree | 6f1ba05e78a391cc9d7c4b5a7de251a816d7532c | |
parent | ea30df89b6fa62874b82cd75e6cf81a089ee2d25 (diff) | |
download | vbados-eae434ad97f38f33a8a312e8b39d4d32db7af8dd.tar.gz vbados-eae434ad97f38f33a8a312e8b39d4d32db7af8dd.zip |
bump to 0.66v0.66
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -21,7 +21,7 @@ The VB stands for "Very Basic" :) # Downloads -The current release is _0.65_. +The current release is _0.66_. 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,7 @@ For the source code, you can check out [this git repository](..). ## Version history +* _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. * _0.64_: Reduce memory requirements of int33h mouse driver status save/restore APIs. @@ -2,6 +2,6 @@ #define VERSION_H #define VERSION_MAJOR 0 -#define VERSION_MINOR 0x65 +#define VERSION_MINOR 0x66 #endif // VERSION_H |