]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Bumped version
authorToni Wilen <twilen@winuae.net>
Sun, 27 Jul 2025 16:40:03 +0000 (19:40 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 27 Jul 2025 16:40:03 +0000 (19:40 +0300)
include/options.h
od-win32/win32.h

index 02ec58763750199b046acb17c1777d936e02b1cd..1b3d9450d123623101abf8c0ed7021f9d3343e66 100644 (file)
@@ -16,7 +16,7 @@
 
 #define UAEMAJOR 6
 #define UAEMINOR 0
-#define UAESUBREV 0
+#define UAESUBREV 1
 
 #define MAX_AMIGADISPLAYS 4
 
index 0f6017fba3c9a0539d91b94c328f7f572739eb11..a07f800e66081a09a327c7006c8eaae62a07ddb2 100644 (file)
 #define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100)
 #define GETBDD(x) ((x) % 100)
 
-#define WINUAEPUBLICBETA 0
+#define WINUAEPUBLICBETA 1
 #define LANG_DLL 1
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("")
+#define WINUAEBETA _T("0")
 #else
 #define WINUAEBETA _T("")
 #endif