Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Benoît Minisini
Le 07/09/2015 12:34, Charlie a écrit :
> The 3.8.1 update has the "Development version" title bar "USE AT YOUR OWN
> RISK!"
>

It shouldn't. How did you install it?

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas 3.8.1

2015-09-07 Thread Charlie
The 3.8.1 update has the "Development version" title bar "USE AT YOUR OWN
RISK!"



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Gambas-3-8-1-tp52750.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Sebastian Kulesz
The version number of the IDE was changed to 3.8.90 when merging
r7241-r7249. I will patch it in the PPA and issue an update as soon as
possible.

On Mon, Sep 7, 2015 at 8:43 AM, Ivan Kern <ivan-k...@freenet.de> wrote:

> Hi,
>
> I can confirm it.
>
> I installed it from PPA.
>
> $ sudo add-apt-repository ppa:gambas-team/gambas3
> $ sudo apt-get update
> $ sudo apt-get install gambas3
>
> Regards,
>
> Ivan
>
> -Ursprüngliche Nachricht-
> Von: Benoît Minisini [mailto:gam...@users.sourceforge.net]
> Gesendet: Montag, 7. September 2015 13:12
> An: mailing list for gambas users
> Betreff: Re: [Gambas-user] Gambas 3.8.1
>
> Le 07/09/2015 12:34, Charlie a écrit :
> > The 3.8.1 update has the "Development version" title bar "USE AT YOUR
> > OWN RISK!"
> >
>
> It shouldn't. How did you install it?
>
> --
> Benoît Minisini
>
>
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Benoît Minisini
Le 07/09/2015 14:20, Sebastian Kulesz a écrit :
> The version number of the IDE was changed to 3.8.90 when merging
> r7241-r7249. I will patch it in the PPA and issue an update as soon as
> possible.
>

There is something I don't understand: on the svn repository, the 
VERSION file located in the root source directory is "3.8.1", both for 
/branches/3.8 and /tags/3.8.1.

How could you get "3.8.90"?

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Sebastian Kulesz
The thing is that the .project file of the IDE has the wrong version. See
here [0]. I've manually patched it in the PPA [1] , so the new version
should only display 3.8.1, without the disclaimer.


[0]
http://sourceforge.net/p/gambas/code/HEAD/tree/gambas/branches/3.8/app/src/gambas3/.project

[1]
http://bazaar.launchpad.net/~gambas-team/+junk/gambas3-stable-common/revision/41

On Mon, Sep 7, 2015 at 9:39 AM, Benoît Minisini <
gam...@users.sourceforge.net> wrote:

> Le 07/09/2015 14:20, Sebastian Kulesz a écrit :
> > The version number of the IDE was changed to 3.8.90 when merging
> > r7241-r7249. I will patch it in the PPA and issue an update as soon as
> > possible.
> >
>
> There is something I don't understand: on the svn repository, the
> VERSION file located in the root source directory is "3.8.1", both for
> /branches/3.8 and /tags/3.8.1.
>
> How could you get "3.8.90"?
>
> --
> Benoît Minisini
>
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Charlie
Seems OK now - Thanks



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Gambas-3-8-1-tp52750p52777.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Benoît Minisini
Le 07/09/2015 16:34, Sebastian Kulesz a écrit :
> The thing is that the .project file of the IDE has the wrong version. See
> here [0]. I've manually patched it in the PPA [1] , so the new version
> should only display 3.8.1, without the disclaimer.
>
>

Ha ok, the bug is that the IDE refreshes the version when loading the 
project... Maybe I should put that logic directly inside the compiler.

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Ivan Kern
Hi,

I can confirm it.

I installed it from PPA.

$ sudo add-apt-repository ppa:gambas-team/gambas3
$ sudo apt-get update
$ sudo apt-get install gambas3

Regards,

Ivan

-Ursprüngliche Nachricht-
Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] 
Gesendet: Montag, 7. September 2015 13:12
An: mailing list for gambas users
Betreff: Re: [Gambas-user] Gambas 3.8.1

Le 07/09/2015 12:34, Charlie a écrit :
> The 3.8.1 update has the "Development version" title bar "USE AT YOUR 
> OWN RISK!"
>

It shouldn't. How did you install it?

--
Benoît Minisini


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user