[tools] winemono.php: Set default version to 4.6.0.

Vincent Povirk madewokherd at gmail.com
Fri Feb 26 13:11:41 CST 2016


From: Vincent Povirk <vincent at codeweavers.com>

This isn't strictly necessary anymore for Wine to do the download, but it
keeps the default to the latest version.

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
---
 winemono.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winemono.php b/winemono.php
index 799c3d7..9938574 100644
--- a/winemono.php
+++ b/winemono.php
@@ -4,7 +4,7 @@
  */
 
 // Default version if none given
-$sVersion = '4.5.6';
+$sVersion = '4.6.0';
 
 // Suffix appended to base name of file
 $sFileSuffix = '';
-- 
2.5.0




More information about the wine-patches mailing list