From 1f74e30d39e7c9632df32b13d881ab49016732fc Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 19 Mar 2015 17:46:45 +0200 Subject: [PATCH] New version v0.3.0. --HG-- branch : release --- dist/debian/changelog | 2 +- dist/rpm/_service | 2 +- dist/rpm/valentina.spec | 2 +- src/app/version.cpp | 4 ++-- src/app/version.h | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dist/debian/changelog b/dist/debian/changelog index e32aca73a..c44ff6b46 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,4 +1,4 @@ -valentina (0.2.9) trusty; urgency=low +valentina (0.3.0) trusty; urgency=low * Auto build. diff --git a/dist/rpm/_service b/dist/rpm/_service index 45285f7b6..f089f718c 100644 --- a/dist/rpm/_service +++ b/dist/rpm/_service @@ -1,7 +1,7 @@ https://github.com/dismine/Valentina.git - 0.2.8 + 0.3.0 valentina git %at diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index c092a06fa..b76801d07 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -25,7 +25,7 @@ BuildRequires: ccache BuildRequires: update-desktop-files %endif -Version: 0.2.9 +Version: 0.3.0 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 f80d99b43..4f109497b 100644 --- a/src/app/version.cpp +++ b/src/app/version.cpp @@ -32,8 +32,8 @@ #include extern const int MAJOR_VERSION = 0; -extern const int MINOR_VERSION = 2; -extern const int DEBUG_VERSION = 9; +extern const int MINOR_VERSION = 3; +extern const int DEBUG_VERSION = 0; 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 ef6586f7a..9ab41de8b 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,2,9,0 -#define VER_FILEVERSION_STR "0.2.9.0\0" +#define VER_FILEVERSION 0,3,0,0 +#define VER_FILEVERSION_STR "0.3.0.0\0" #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR