[tools] winemono: Added 4.5.4 release.

Vincent Povirk madewokherd at gmail.com
Mon Nov 17 14:53:05 CST 2014


-------------- next part --------------
From f74f70efe29db5ac30be717247bf9664fc06b0cc Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Mon, 17 Nov 2014 14:44:20 -0600
Subject: [PATCH] winemono: Added 4.5.4 release.

---
 winemono.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/winemono.php b/winemono.php
index c82ddda..10bf13f 100644
--- a/winemono.php
+++ b/winemono.php
@@ -4,7 +4,7 @@
  */
 
 // Default version if none given
-$sVersion = '4.5.2';
+$sVersion = '4.5.4';
 
 // Suffix appended to base name of file
 $sFileSuffix = '';
@@ -29,7 +29,8 @@ $sFileName = sprintf('%s/%s/wine-mono-%s.%s', $sFolder, $sVersion, $sFileSuffix,
 $aFileSizes = array(
 	'0.0.4'=>44408320,
 	'0.0.8'=>46967296,
-	'4.5.2'=>52502528
+	'4.5.2'=>52502528,
+	'4.5.4'=>53706752
 );
 
 // Exact size of the file:
-- 
2.1.0



More information about the wine-patches mailing list