[1/2] [tools] winemono: Added 4.5.2 release.

Vincent Povirk madewokherd at gmail.com
Wed Dec 4 11:07:06 CST 2013


-------------- next part --------------
From b289f181f1543f21894a8ccdba2228e0e2efca6b Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Wed, 4 Dec 2013 10:57:27 -0600
Subject: [PATCH] winemono: Added 4.5.2 release.

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

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


More information about the wine-patches mailing list