[tools] winemono: Added 4.5.6 release.

Vincent Povirk madewokherd at gmail.com
Mon Mar 2 13:42:46 CST 2015


This is a bugfix release for bug 37760.
-------------- next part --------------
From 605513b0efcb039ddde81d661e608d5ab09413f1 Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Mon, 2 Mar 2015 13:24:42 -0600
Subject: [PATCH] winemono: Added 4.5.6 release.

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

diff --git a/winemono.php b/winemono.php
index 10bf13f..3758d0e 100644
--- a/winemono.php
+++ b/winemono.php
@@ -4,7 +4,7 @@
  */
 
 // Default version if none given
-$sVersion = '4.5.4';
+$sVersion = '4.5.6';
 
 // Suffix appended to base name of file
 $sFileSuffix = '';
@@ -30,7 +30,8 @@ $aFileSizes = array(
 	'0.0.4'=>44408320,
 	'0.0.8'=>46967296,
 	'4.5.2'=>52502528,
-	'4.5.4'=>53706752
+	'4.5.4'=>53706752,
+	'4.5.6'=>53705216
 );
 
 // Exact size of the file:
-- 
2.1.0



More information about the wine-patches mailing list