]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4910 4910
authorToni Wilen <twilen@winuae.net>
Thu, 3 Feb 2022 16:41:14 +0000 (18:41 +0200)
committerToni Wilen <twilen@winuae.net>
Thu, 3 Feb 2022 16:41:14 +0000 (18:41 +0200)
od-win32/resources/winuae_minimal.rc
od-win32/win32.h
od-win32/winuaechangelog.txt
od-win32/wix/Product.wxs

index 66712112dba36342e554eecbad5442e01408422d..2e50681057e2c7b0c9acda6a8fb18cc18c785b4a 100644 (file)
@@ -1404,8 +1404,8 @@ END
 //
 
 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
@@ -1421,12 +1421,12 @@ BEGIN
         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"
index 5de0e4b003a76624204911deb57dab20bdd0c1fe..172b4533b58df6742b1eb0fcac2f56c1772b0287 100644 (file)
 #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")
index fc98f9942d636186e440bf7be0d1faa83d918e77..c017662eb3de2c06f128ee565301de0c6d547bd8 100644 (file)
@@ -1,4 +1,6 @@
 
+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.
@@ -7,7 +9,7 @@ Beta 9:
 
 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)
index 423245db0a7c567a0043df4cdc5f344a621f7fc6..be7d0c839393ea39fbbde543d86d96b0f2a50cc5 100644 (file)
@@ -2,8 +2,8 @@
 <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 ?>