diff -Nru mundus-2.3.1/.project mundus-2.3.2/.project --- mundus-2.3.1/.project 2013-01-21 18:07:33.000000000 +0000 +++ mundus-2.3.2/.project 2013-04-15 20:27:55.000000000 +0000 @@ -1,9 +1,9 @@ # Gambas Project File 3.0 -# Compiled with Gambas 3.3.4 +# Compiled with Gambas 3.4.1 Title=Mundus Startup=Main Icon=icon.png -Version=2.3.1 +Version=2.3.2 Component=gb.image Component=gb.qt4 Component=gb.form @@ -18,7 +18,7 @@ Translate=1 Language=en_US ExecPath=/home/sebi/Desktop/mundus.gambas -SourcePath=/home/sebi/Documentos/Mundus/Releases/2.3.0 +SourcePath=/home/sebi/Documentos/Mundus/Releases/2.3.1 Maintainer=sebikul Address=sebikul@gmail.com Url=https://launchpad.net/mundus diff -Nru mundus-2.3.1/.src/Main.module mundus-2.3.2/.src/Main.module --- mundus-2.3.1/.src/Main.module 2013-01-21 18:07:33.000000000 +0000 +++ mundus-2.3.2/.src/Main.module 2013-04-15 20:27:55.000000000 +0000 @@ -79,7 +79,7 @@ FStartUp.ShowModal() - If $sSettings["LastVersionUsed"] = "2.2.0" Then + If $sSettings["LastVersionUsed"] <= "2.3.1" Then Message.Warning(("The index will be automatically rebuilt.")) @@ -211,6 +211,8 @@ If Not Exist(sPath) Then Mkdir sPath + Chmod sPath To "rwx------" + Return sPath End diff -Nru mundus-2.3.1/.startup mundus-2.3.2/.startup --- mundus-2.3.1/.startup 2013-01-21 18:07:33.000000000 +0000 +++ mundus-2.3.2/.startup 2013-04-15 20:27:55.000000000 +0000 @@ -2,7 +2,7 @@ Mundus 0 0 -2.3.1 +2.3.2 gb.image gb.qt4 diff -Nru mundus-2.3.1/debian/bzr-builder.manifest mundus-2.3.2/debian/bzr-builder.manifest --- mundus-2.3.1/debian/bzr-builder.manifest 2013-01-21 18:07:33.000000000 +0000 +++ mundus-2.3.2/debian/bzr-builder.manifest 2013-04-15 20:27:55.000000000 +0000 @@ -1,2 +1,2 @@ # bzr-builder format 0.3 deb-version {debupstream}-ppa1 -lp:mundus/2.3 revid:sebikul@gmail.com-20130121175940-iizc40231q4pjtal +lp:mundus/2.3 revid:sebikul@gmail.com-20130415191548-16h8jvgtmb4566tk diff -Nru mundus-2.3.1/debian/changelog mundus-2.3.2/debian/changelog --- mundus-2.3.1/debian/changelog 2013-01-21 18:07:33.000000000 +0000 +++ mundus-2.3.2/debian/changelog 2013-04-15 20:27:55.000000000 +0000 @@ -1,10 +1,10 @@ -mundus (2.3.1-ppa1~precise1) precise; urgency=low +mundus (2.3.2-ppa1~precise1) precise; urgency=low * Auto build. - -- sebikul Mon, 21 Jan 2013 18:07:33 +0000 + -- sebikul Mon, 15 Apr 2013 20:27:55 +0000 -mundus (2.3.1-0) oneiric; urgency=critical +mundus (2.3.2-0) oneiric; urgency=critical * New build diff -Nru mundus-2.3.1/docs/conf.py mundus-2.3.2/docs/conf.py --- mundus-2.3.1/docs/conf.py 2013-01-21 18:07:33.000000000 +0000 +++ mundus-2.3.2/docs/conf.py 2013-04-15 20:27:55.000000000 +0000 @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '2.3.1' +version = '2.3.2' # The full version, including alpha/beta/rc tags. -release = '2.3.1' +release = '2.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.