Prepare for release v0.2.1.

--HG--
branch : develop
This commit is contained in:
dismine 2013-12-08 10:43:06 +02:00
parent 65f1929d97
commit 646dcb4dfd
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
# Version 0.2.1 Released December 8, 2013
- Problem with compilation in console in Ubuntu.
- Problem with compilation on windows with msvc.
# Version 0.2.0 Released October 29, 2013

View File

@ -33,7 +33,7 @@
extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 2;
extern const int DEBUG_VERSION = 0;
extern const int DEBUG_VERSION = 1;
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3").arg(MAJOR_VERSION).arg(MINOR_VERSION).arg(DEBUG_VERSION));
extern const QString WARRANTY("The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE "