diff --git a/dist/debian/changelog b/dist/debian/changelog index e3dbed73c..56561753a 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,4 +1,4 @@ -valentina (0.3.1) trusty; urgency=low +valentina (0.3.2) trusty; urgency=low * Auto build. diff --git a/dist/rpm/_service b/dist/rpm/_service index 43ceb7a81..3bdb8cc88 100644 --- a/dist/rpm/_service +++ b/dist/rpm/_service @@ -1,7 +1,7 @@ https://github.com/dismine/Valentina.git - 0.3.1 + 0.3.2 valentina git %at diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index d9c4ca282..9c5ba7e11 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.1 +Version: 0.3.2 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 8bd05d62c..8829f9ca6 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 = 1; +extern const int DEBUG_VERSION = 2; 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 c34f3c748..62a1ca9ca 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,1,0 -#define VER_FILEVERSION_STR "0.3.1.0\0" +#define VER_FILEVERSION 0,3,2,0 +#define VER_FILEVERSION_STR "0.3.2.0\0" #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR