Author: cazfi
Date: Wed Nov  9 14:53:54 2016
New Revision: 34458

URL: http://svn.gna.org/viewcvs/freeciv?rev=34458&view=rev
Log:
Made Windows 7 minimum requirement for msys2 builds.

See patch #7955

Modified:
    trunk/doc/README.msys2
    trunk/windows/installer_msys2/Makefile

Modified: trunk/doc/README.msys2
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.msys2?rev=34458&r1=34457&r2=34458&view=diff
==============================================================================
--- trunk/doc/README.msys2      (original)
+++ trunk/doc/README.msys2      Wed Nov  9 14:53:54 2016
@@ -178,7 +178,7 @@
  newer Windows versions could otherwise have.
  The version is set via MIN_WIN_VER variable. For values to use, see
  list in: https://msdn.microsoft.com/en-us/library/6sehtctf.aspx
- Current default is 0x0600 (Windows Vista).
+ Current default is 0x0601 (Windows 7).
 
 
  Problems

Modified: trunk/windows/installer_msys2/Makefile
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/windows/installer_msys2/Makefile?rev=34458&r1=34457&r2=34458&view=diff
==============================================================================
--- trunk/windows/installer_msys2/Makefile      (original)
+++ trunk/windows/installer_msys2/Makefile      Wed Nov  9 14:53:54 2016
@@ -21,7 +21,7 @@
 endif
 
 ifeq ($(MIN_WIN_VER),)
-MIN_WIN_VER=0x0600
+MIN_WIN_VER=0x0601
 endif
 
 INSTSUB=usr/local


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to