diff --git a/Doxyfile b/Doxyfile index 0f85e6d..2bb280c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "MapMap" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "0.4.1" +PROJECT_NUMBER = "0.5.0" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/MM.cpp b/MM.cpp index 7146f24..119e8c9 100644 --- a/MM.cpp +++ b/MM.cpp @@ -23,7 +23,7 @@ namespace mmp { const QString MM::APPLICATION_NAME = "MapMap"; -const QString MM::VERSION = "0.4.1"; +const QString MM::VERSION = "0.5.0"; const QString MM::COPYRIGHT_OWNERS = "Sofian Audry, Dame Diongue, Alexandre Quessy, Mike Latona, Vasilis Liaskovitis"; const QString MM::ORGANIZATION_NAME = "MapMap"; const QString MM::ORGANIZATION_DOMAIN = "mapmap.info"; diff --git a/VERSION.txt b/VERSION.txt index 267577d..8f0916f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.4.1 +0.5.0 diff --git a/mapmap.pro b/mapmap.pro index fce5e32..3f0b096 100644 --- a/mapmap.pro +++ b/mapmap.pro @@ -1,7 +1,7 @@ CONFIG += qt debug c++11 TEMPLATE = app # Always use major.minor.micro version number format -VERSION = 0.4.1 +VERSION = 0.5.0 TARGET = mapmap QT += gui opengl xml core network greaterThan(QT_MAJOR_VERSION, 4) { diff --git a/sh_release.sh b/sh_release.sh index d80d553..5529462 100755 --- a/sh_release.sh +++ b/sh_release.sh @@ -20,7 +20,7 @@ if [[ $unamestr == "Darwin" ]]; then elif [[ $unamestr == "Linux" ]]; then qmake-qt4 make - lrelease mapmap_fr.ts + lrelease translations/mapmap_fr.ts + lrelease translations/mapmap_en.ts fi -