diff --git a/ChangeLog b/ChangeLog index f43868e56..7e376ebce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 - - diff --git a/src/version.h b/src/version.h index 7444ffed9..237f0912b 100644 --- a/src/version.h +++ b/src/version.h @@ -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 "