Vincent Povirk : winemono: Added 4.5.2 release.

Alexandre Julliard julliard at winehq.org
Thu Dec 5 09:19:26 CST 2013


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Wed Dec  4 10:57:27 2013 -0600

winemono: Added 4.5.2 release.

---

 winemono.php |    5 +++--
 1 files 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:




More information about the wine-cvs mailing list