#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 4")
+#define WINUAEBETA _T("Beta 5")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2023, 10, 8)
+#define WINUAEDATE MAKEBD(2023, 10, 13)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
+Beta 5:
+
+- Screen mode switch (for example native<>RTG) could have caused blank screen, especially in D3D9 mode, if old and new mode had identical size. (b1)
+- Restoring statefile without FPU when configuration with FPU was active: FPU was not disabled.
+- Fixed random flickering last line in non-interlaced fields/fields+ modes.
+
Beta 4:
- Exiting any GUI subwindow (hardfiles etc) was always cancelled, ignoring changes. (b3)