Module: tools Branch: master Commit: 469e5f61871de1f70c6f8bd6149ab305d67c3ced URL: http://source.winehq.org/git/tools.git/?a=commit;h=469e5f61871de1f70c6f8bd61...
Author: Vincent Povirk vincent@codeweavers.com Date: Fri Feb 26 13:11:41 2016 -0600
winemono.php: Set default version to 4.6.0.
Signed-off-by: Vincent Povirk vincent@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
winemono.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winemono.php b/winemono.php index 799c3d7..9938574 100644 --- a/winemono.php +++ b/winemono.php @@ -4,7 +4,7 @@ */
// Default version if none given -$sVersion = '4.5.6'; +$sVersion = '4.6.0';
// Suffix appended to base name of file $sFileSuffix = '';