Vincent Povirk : winemono: Added 0.0.8 release.

Alexandre Julliard julliard at winehq.org
Tue Oct 16 14:29:27 CDT 2012


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Mon Oct  8 10:26:17 2012 -0500

winemono: Added 0.0.8 release.

---

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




More information about the wine-cvs mailing list