diff --git a/ChangeLog b/ChangeLog index 7e376ebce..18b2a5113 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +# Version 0.2.2 Released February 11, 2014 +- Macros Q_DECL_NOEXCEPT_EXPR don't work in gcc 4.6. +- Change in build dependency for deb package. Add new architecture for deb file. +- Added spec file for rpm package. +- Fix valentina.desktop. + # Version 0.2.1 Released December 8, 2013 - Problem with compilation in console in Ubuntu. - Problem with compilation on windows with msvc. diff --git a/dist/debian/changelog b/dist/debian/changelog index b0361e3bc..37149d621 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,5 +1,5 @@ -valentina (0.2.1) saucy; urgency=low +valentina (0.2.2) saucy; urgency=low - * Change version number + * Add new dependions qttools5-dev-tools -- Roman Telezhinsky Mon, 10 Feb 2014 09:23:59 +0200 diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index 736bd8fe9..39e13ab9e 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -10,7 +10,7 @@ BuildRequires: pkgconfig(Qt5Core) libqt5-qttools >= 5.0.0 libQtSvg-devel >= 5.0 BuildRequires: libqt5-qtbase-devel >= 5.0.0 libqt5-qttools >= 5.0.0 libQt5Svg-devel >= 5.0.0 ccache update-desktop-files %endif -Version: 0.2.1 +Version: 0.2.2 Release: 1 URL: https://bitbucket.org/dismine/valentina License: GPL-3.0+ diff --git a/dist/valentina.nsi b/dist/valentina.nsi index 2e9e902da..3bde04cbc 100644 --- a/dist/valentina.nsi +++ b/dist/valentina.nsi @@ -3,7 +3,7 @@ !define MUI_PRODUCT "Valentina" !define MUI_FILE "valentina" - !define MUI_VERSION "0.2.1-dev" + !define MUI_VERSION "0.2.2" !define MUI_BRANDINGTEXT "Valentina ${MUI_VERSION}" !define WEBSITE_LINK "https://bitbucket.org/dismine/valentina" !define PUBLISHER "Roman Telezhinsky" diff --git a/src/version.h b/src/version.h index 237f0912b..e4a035cfd 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 = 1; +extern const int DEBUG_VERSION = 2; 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 "