Re: [tools] winemono.php: Set default version to 4.6.2.
Vincent Povirk <madewokherd(a)gmail.com> writes:
@@ -4,7 +4,7 @@ */
// Default version if none given -$sVersion = '4.6.0'; +$sVersion = '4.6.2';
Do we need this? Is there anything that actually uses the default version? -- Alexandre Julliard julliard(a)winehq.org
I don't think so. On Tue, Apr 5, 2016 at 11:23 PM, Alexandre Julliard <julliard(a)winehq.org> wrote:
Vincent Povirk <madewokherd(a)gmail.com> writes:
@@ -4,7 +4,7 @@ */
// Default version if none given -$sVersion = '4.6.0'; +$sVersion = '4.6.2';
Do we need this? Is there anything that actually uses the default version?
-- Alexandre Julliard julliard(a)winehq.org
Hello Vincent, the wiki [1] currently has an unversioned link [2]. [1] https://wiki.winehq.org/Mono [2] http://source.winehq.org/winemono.php Kind regards, Bernhard Am 06.04.2016 um 06:30 schrieb Vincent Povirk:
I don't think so.
On Tue, Apr 5, 2016 at 11:23 PM, Alexandre Julliard <julliard(a)winehq.org> wrote:
Vincent Povirk <madewokherd(a)gmail.com> writes:
@@ -4,7 +4,7 @@ */
// Default version if none given -$sVersion = '4.6.0'; +$sVersion = '4.6.2';
Do we need this? Is there anything that actually uses the default version?
-- Alexandre Julliard julliard(a)winehq.org
On Wed, 6 Apr 2016 14:06:23 +0200 Bernhard Übelacker <bernhardu(a)vr-web.de> wrote:
the wiki [1] currently has an unversioned link [2].
[1] https://wiki.winehq.org/Mono [2] http://source.winehq.org/winemono.php
I changed it to http://dl.winehq.org/wine/wine-mono/ so it doesn't have to be updated every time a new version comes out. -- Rosanne DiMesio dimesio(a)earthlink.net
participants (4)
-
Alexandre Julliard -
Bernhard Übelacker -
Rosanne DiMesio -
Vincent Povirk