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 dec65916b..06d0d7f98 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,4 +1,4 @@ -valentina (0.2+1hg20131126-ppa1-3) saucy; urgency=low +valentina (0.2.2) saucy; urgency=low * Add new dependions qttools5-dev-tools diff --git a/dist/debian/control b/dist/debian/control index bf642828a..3ca5aada7 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -2,7 +2,7 @@ Source: valentina Section: graphics Priority: optional Maintainer: Roman Telezhinsky -Build-Depends: debhelper (>= 8.0.0), qtbase5-dev (>= 5.0.0), libqt5svg5-dev (>= 5.0.0), ccache (>= 3.1.7), g++ (>= 4.6.0), qt5-default (>= 5.0.0), qttools5-dev-tools (>= 5.0.0) +Build-Depends: debhelper (>= 8.0.0), qtbase5-dev (>= 5.0.0), libqt5svg5-dev (>= 5.0.0), ccache, g++ (>= 4.6.0), qt5-default (>= 5.0.0), qttools5-dev-tools (>= 5.0.0) Standards-Version: 3.9.4 Homepage: https://bitbucket.org/dismine/valentina 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 96d91c792..657ee900c 100644 --- a/dist/valentina.nsi +++ b/dist/valentina.nsi @@ -4,7 +4,7 @@ !define MUI_PRODUCT "Valentina" !define MUI_FILE "valentina" - !define MUI_VERSION "0.2" + !define MUI_VERSION "0.2.2" !define MUI_BRANDINGTEXT "Valentina ${MUI_VERSION}" CRCCheck On 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 "