From 646dcb4dfd57767ff7e4e7d9d31e3dc1f79a902f Mon Sep 17 00:00:00 2001 From: dismine Date: Sun, 8 Dec 2013 10:43:06 +0200 Subject: [PATCH] Prepare for release v0.2.1. --HG-- branch : develop --- ChangeLog | 6 ++++-- src/version.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 "