From 0a5d9e65905a8842959e20f3d1ac83fcff87fd55 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 7 May 2016 11:34:39 +0300 Subject: [PATCH] Preparation for new release 0.4.5. --HG-- branch : release --- dist/debian/changelog | 2 +- dist/macx/tape/Info.plist | 4 ++-- dist/macx/valentina/Info.plist | 4 ++-- dist/rpm/_service | 2 +- dist/rpm/valentina.spec | 2 +- src/libs/vmisc/projectversion.cpp | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/debian/changelog b/dist/debian/changelog index 92427ed2d..9d940a49c 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,4 +1,4 @@ -valentina (0.4.4) trusty; urgency=low +valentina (0.4.5) trusty; urgency=low * Auto build. diff --git a/dist/macx/tape/Info.plist b/dist/macx/tape/Info.plist index 7f236e480..09d311101 100755 --- a/dist/macx/tape/Info.plist +++ b/dist/macx/tape/Info.plist @@ -19,9 +19,9 @@ CFBundleIdentifier org.valentinaproject.@EXECUTABLE@ CFBundleShortVersionString - 0.4.4 + 0.4.5 CFBundleVersion - 0.4.4.0 + 0.4.5.0 CFBundleInfoDictionaryVersion 6.0 CFBundleDocumentTypes diff --git a/dist/macx/valentina/Info.plist b/dist/macx/valentina/Info.plist index 50ca4d289..0a83c7202 100755 --- a/dist/macx/valentina/Info.plist +++ b/dist/macx/valentina/Info.plist @@ -19,9 +19,9 @@ CFBundleIdentifier org.valentinaproject.@EXECUTABLE@ CFBundleShortVersionString - 0.4.4 + 0.4.5 CFBundleVersion - 0.4.4.0 + 0.4.5.0 CFBundleInfoDictionaryVersion 6.0 CFBundleDocumentTypes diff --git a/dist/rpm/_service b/dist/rpm/_service index 43b66f54a..977bd07c2 100644 --- a/dist/rpm/_service +++ b/dist/rpm/_service @@ -1,7 +1,7 @@ https://github.com/dismine/Valentina.git - 0.4.4 + 0.4.5 valentina git %at diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index 4c2314ae4..f6e4d1c3e 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -45,7 +45,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel Requires: poppler-utils -Version: 0.4.4 +Version: 0.4.5 Release: 0 URL: https://bitbucket.org/dismine/valentina License: GPL-3.0+ diff --git a/src/libs/vmisc/projectversion.cpp b/src/libs/vmisc/projectversion.cpp index dd51e91d4..80a2e2d05 100644 --- a/src/libs/vmisc/projectversion.cpp +++ b/src/libs/vmisc/projectversion.cpp @@ -33,7 +33,7 @@ extern const int MAJOR_VERSION = 0; extern const int MINOR_VERSION = 4; -extern const int DEBUG_VERSION = 4; +extern const int DEBUG_VERSION = 5; extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION) .arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));