Vincent Povirk : winemono.php: Added 4.5.6 release.
Module: tools Branch: master Commit: bd2235d27b9e1c769251ab0363d8946cb87d7374 URL: http://source.winehq.org/git/tools.git/?a=commit;h=bd2235d27b9e1c769251ab036... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Mon Mar 2 13:24:42 2015 -0600 winemono.php: 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:
participants (1)
-
Alexandre Julliard