diff --git a/dist/debian/changelog b/dist/debian/changelog index 56561753a..32149b8c6 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,4 +1,4 @@ -valentina (0.3.2) trusty; urgency=low +valentina (0.3.3) trusty; urgency=low * Auto build. diff --git a/dist/rpm/_service b/dist/rpm/_service index 3bdb8cc88..79b43ac12 100644 --- a/dist/rpm/_service +++ b/dist/rpm/_service @@ -1,7 +1,7 @@ https://github.com/dismine/Valentina.git - 0.3.2 + 0.3.3 valentina git %at diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index 9c5ba7e11..02f4035d0 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -41,7 +41,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel Requires: poppler-utils -Version: 0.3.2 +Version: 0.3.3 Release: 0 URL: https://bitbucket.org/dismine/valentina License: GPL-3.0+ diff --git a/src/app/version.cpp b/src/app/version.cpp index 8829f9ca6..dbaf429b6 100644 --- a/src/app/version.cpp +++ b/src/app/version.cpp @@ -33,7 +33,7 @@ extern const int MAJOR_VERSION = 0; extern const int MINOR_VERSION = 3; -extern const int DEBUG_VERSION = 2; +extern const int DEBUG_VERSION = 3; extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION) .arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE)); diff --git a/src/app/version.h b/src/app/version.h index 62a1ca9ca..c23844c98 100644 --- a/src/app/version.h +++ b/src/app/version.h @@ -44,8 +44,8 @@ extern const QString APP_VERSION_STR; // Change version number in version.cpp too. -#define VER_FILEVERSION 0,3,2,0 -#define VER_FILEVERSION_STR "0.3.2.0\0" +#define VER_FILEVERSION 0,3,3,0 +#define VER_FILEVERSION_STR "0.3.3.0\0" #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR