#define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)
-#define WINUAEPUBLICBETA 1
+#define WINUAEPUBLICBETA 0
#define LANG_DLL 1
-#define LANG_DLL_FULL_VERSION_MATCH 0
+#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 10")
+#define WINUAEBETA _T("Beta 0")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2022, 12, 10)
+#define WINUAEDATE MAKEBD(2022, 12, 18)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
#ifndef WINUAEEXTRA
-#define WINUAEEXTRA _T("RC2")
+#define WINUAEEXTRA _T("")
#endif
#ifndef WINUAEREV
#define WINUAEREV _T("")
+
+Beta 11 (RC3):
+
+- Fixed magic mouse without virtual mouse driver installed in RTG modes. (4.9.0)
+- Memwatch N flag was not cleared when watchpoint was reset.
+- Syncronize clock option was broken, when active, CIA-A TOD was stopped. Broken when CIA emulation was refactored (b1).
+- Small 68040+ "cycle-exact" adjustments.
+
Beta 10 (RC2):
- Bumped version to 4.10.0