[tools] winemono: Added 0.0.8 release.

Vincent Povirk madewokherd at gmail.com
Mon Oct 8 10:54:58 CDT 2012


-------------- next part --------------
From 4fd08d8a4d3f9ab3f37046ab5b34f0634306c07c Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Mon, 8 Oct 2012 10:26:17 -0500
Subject: [PATCH] winemono: Added 0.0.8 release.

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

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


More information about the wine-patches mailing list