changeset 2992:c8bee3b6e7ce

Bump up the internal version to 3.4 and update the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 14 Apr 2023 02:53:00 +0000
parents 81f9399b11c8
children 392f0b3dd502
files Version.mk dw.h readme.txt
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Version.mk	Tue Apr 04 12:05:14 2023 +0000
+++ b/Version.mk	Fri Apr 14 02:53:00 2023 +0000
@@ -1,3 +1,3 @@
 # Set these here to change the version for all platforms
 DW_MAJOR_VERSION=3
-DW_MINOR_VERSION=3
+DW_MINOR_VERSION=4
--- a/dw.h	Tue Apr 04 12:05:14 2023 +0000
+++ b/dw.h	Fri Apr 14 02:53:00 2023 +0000
@@ -9,7 +9,7 @@
 
 /* Dynamic Windows version numbers */
 #define DW_MAJOR_VERSION 3
-#define DW_MINOR_VERSION 3
+#define DW_MINOR_VERSION 4
 #define DW_SUB_VERSION 0
 
 /* General application type defines */
--- a/readme.txt	Tue Apr 04 12:05:14 2023 +0000
+++ b/readme.txt	Fri Apr 14 02:53:00 2023 +0000
@@ -22,9 +22,9 @@
     XP: Visual Studio 2010.
         Should run on XP and later, with Aero on Vista and 7.
         No Notifications nor WebView2 and oldsockpipe() on all.
-    2000: Visual Studio 2005. Remove -DAEROGLASS from CFLAGS.
-        Should run on 2000 and later, no Aero, Notifications, 
-        WebView2 and oldsockpipe() on all versions.
+    2000: Visual Studio 2005. Should run on 2000 and later,
+        no Aero, no Notifications, no WebView2 and oldsockpipe()
+        on all versions.
 C++: Recommends a C++11 compatible compiler.
     MacOS: PowerPC GCC 6 from Tiger Brew.
            Intel Apple Clang from Xcode 4.4 or later.