Updated Wagic Version and Python scripts

Updated Wagic to version 0.24.0 and the Python scripts to use the print syntax for Python 3 so the files could be build.
This commit is contained in:
Eduardo MG
2023-03-26 22:30:20 -06:00
parent b23961c0ee
commit 889259a3ef
4 changed files with 11 additions and 11 deletions

View File

@@ -13,8 +13,8 @@ Mod by: Vitty85
/* Wagic versions */
#define WAGIC_VERSION_MAJOR 0
#define WAGIC_VERSION_MEDIUM 23
#define WAGIC_VERSION_MINOR 1
#define WAGIC_VERSION_MEDIUM 24
#define WAGIC_VERSION_MINOR 0
#define VERSION_DOT(a, b, c) a ##.## b ##.## c
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c