diff options
author | Javier <dev.git@javispedro.com> | 2022-11-06 18:47:43 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-11-06 18:47:43 +0100 |
commit | 9faeb819405454b3c43cf59918e0c587887e1994 (patch) | |
tree | caf94063489ef780c48c62b438a12e08b18f099d /version.h | |
parent | 2ed37d2e5993216f54abcee540842e578c01398b (diff) | |
download | vbados-9faeb819405454b3c43cf59918e0c587887e1994.tar.gz vbados-9faeb819405454b3c43cf59918e0c587887e1994.zip |
improve wheel support (e.g. winword works now)
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ #define VERSION_H #define VERSION_MAJOR 0 -#define VERSION_MINOR 0x61 +#define VERSION_MINOR 0x62 #endif // VERSION_H |