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 f59c242eb..fe7317e19 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -33,7 +33,7 @@ BuildRequires: update-desktop-files 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 b51b7ef5a..1a871e797 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(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 3ad509bad..3b9574882 100644 --- a/src/app/version.h +++ b/src/app/version.h @@ -39,8 +39,8 @@ extern const QString APP_VERSION; // 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