Vincent Povirk : winemono.php: Added 4.5.4 release.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 18 07:34:36 CST 2014


Module: tools
Branch: master
Commit: 32c8d134535e3ad23c80334332e521d3a9ff9d6b
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=32c8d134535e3ad23c80334332e521d3a9ff9d6b

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Mon Nov 17 14:44:20 2014 -0600

winemono.php: 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:




More information about the wine-cvs mailing list