]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4210
authorToni Wilen <twilen@winuae.net>
Fri, 17 May 2019 13:58:27 +0000 (16:58 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 17 May 2019 13:58:27 +0000 (16:58 +0300)
od-win32/resources/winuae_minimal.rc
od-win32/win32.h
od-win32/winuaechangelog.txt
od-win32/wix/Product.wxs

index ce3cc65fe0ccd8cd27c51ed1c69c0f28d73fa8dc..04c48387fbec4378b1262038df8bdeedf733787f 100644 (file)
@@ -1395,8 +1395,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,2,0,0
- PRODUCTVERSION 4,2,0,0
+ FILEVERSION 4,2,1,0
+ PRODUCTVERSION 4,2,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -1412,12 +1412,12 @@ BEGIN
         BLOCK "040904b0"
         BEGIN
             VALUE "FileDescription", "WinUAE"
-            VALUE "FileVersion", "4.2.0.0"
+            VALUE "FileVersion", "4.2.1.0"
             VALUE "InternalName", "WinUAE"
             VALUE "LegalCopyright", "© 1996-2019 under the GNU Public License (GPL)"
             VALUE "OriginalFilename", "WinUAE.exe"
             VALUE "ProductName", "WinUAE"
-            VALUE "ProductVersion", "4.2.0.0"
+            VALUE "ProductVersion", "4.2.1.0"
         END
     END
     BLOCK "VarFileInfo"
index e6e1b5e6a9fec5b6ab0925f5ca109f7d7db3e963..c0376598b387d3030093445df2af970adb2d1481 100644 (file)
 #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
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("5")
+#define WINUAEBETA _T("")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2019, 5, 13)
+#define WINUAEDATE MAKEBD(2019, 5, 16)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 8017253c6736647e9d5e1dbce750bf7d7f9d445b..540cccc1c57c9fc4af36f3d592032d17f80079f6 100644 (file)
@@ -1,5 +1,9 @@
 \r
 \r
+4.2.1:\r
+\r
+- 68020+ MUL(S/U).L EA,Dn set Z and N flags like it was 64-bit (EA,Dh:Dl) variant, it used internal 64-bit result value when it should have used truncated 32-bit result value. Returned Z and N flag may have been wrong if multiplication overflowed. Has been broken since the beginning.\r
+\r
 Beta 5:\r
 \r
 - Adjusted previous SPTI CDROM update, if track type is unknown, use IOCTL_CDROM_RAW_READ and check and store track type. If track is normal CDROM track (MODE0) and only 2048 bytes are requested by caller, use normal read routine to read it. Using raw (2352 byte) read would skip part of error correction, possibly causing read errors if CD is not in good shape.\r
index 3c5a4cc141adf814c1ecf9363bb21f5ecfb0c6b7..8f47b78d5ff71ef936305384d4c9f4533cc2fc38 100644 (file)
@@ -2,8 +2,8 @@
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
 
   <?define ProductName = "WinUAE" ?>
-  <?define ProductVersion = "4.2.0" ?>
-  <?define ProductFullVersion = "4.2.0.0" ?>
+  <?define ProductVersion = "4.2.1" ?>
+  <?define ProductFullVersion = "4.2.1.0" ?>
   <?define ProductAuthor = "Arabuusimiehet" ?>
 
   <?if $(var.Platform) = x64 ?>