//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,9,0,0
- PRODUCTVERSION 4,9,0,0
+ FILEVERSION 4,9,1,0
+ PRODUCTVERSION 4,9,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "WinUAE"
- VALUE "FileVersion", "4.9.0.0"
+ VALUE "FileVersion", "4.9.1.0"
VALUE "InternalName", "WinUAE"
- VALUE "LegalCopyright", "© 1996-2021 under the GNU Public License (GPL)"
+ VALUE "LegalCopyright", "© 1996-2022 under the GNU Public License (GPL)"
VALUE "OriginalFilename", "WinUAE.exe"
VALUE "ProductName", "WinUAE"
- VALUE "ProductVersion", "4.9.0.0"
+ VALUE "ProductVersion", "4.9.1.0"
END
END
BLOCK "VarFileInfo"
#define LANG_DLL_FULL_VERSION_MATCH 0
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 9")
+#define WINUAEBETA _T("")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2022, 2, 1)
+#define WINUAEDATE MAKEBD(2022, 2, 2)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
+4.9.1
+
Beta 9:
- b8 "default" filter update was not complete. Now image is automatically integer scaled if original image is half (or less) size of host window/fullscreen size.
Beta 8:
-- Sprite collision bitplane end position calculation was not updated to 4.9.0+ chipset emulation. Probably didn't cause problems because it was too large and it most likely could not cause any spurious collisions.
+- Sprite collision bitplane end position calculation was not updated to 4.9.0+ chipset emulation. Probably didn't cause problems because it was too large and it most likely could not cause any spurious collisions.
- b6 ECS Denise CSYNC fix broke vertical blanking when EXTBLANKEN=1. Made only visible difference if mode was weird (not WB monitor driver)
- If programmed mode HSYNC start is later than normal, use it instead of standard VGA-like config. (More correct horizontal position if weird mode)
- Yet another Copper comparator update. WAIT and SKIP timing change again, all my statefile tests still work (and one that didn't also works now). SKIP comparison check timing is not same as WAIT, SKIP seems to check comparison result just before next copper instruction gets loaded (SKIP comparison active as long as IR1 and IR2 bits 0 are set)
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define ProductName = "WinUAE" ?>
- <?define ProductVersion = "4.9.0" ?>
- <?define ProductFullVersion = "4.9.0.0" ?>
+ <?define ProductVersion = "4.9.1" ?>
+ <?define ProductFullVersion = "4.9.0.1" ?>
<?define ProductAuthor = "Arabuusimiehet" ?>
<?if $(var.Platform) = x64 ?>