From dbb63daa31acb3b6bab054f6666ef5213aab9112 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 1 Oct 2018 12:33:22 +0300 Subject: [PATCH] Release v0.6.0. --HG-- branch : release --- ChangeLog.txt | 2 +- dist/OBS_debian/debian.changelog | 4 ++-- dist/SlackBuild/valentina/valentina.info | 2 +- dist/debian/changelog | 4 ++-- dist/rpm/_service | 2 +- dist/rpm/valentina.spec | 2 +- src/libs/vmisc/projectversion.cpp | 2 +- src/libs/vmisc/projectversion.h | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 01ed50751..118382f80 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -# Version 0.6.0 (unreleased) +# Version 0.6.0 October 1, 2018 - [#682] New feature. Export increments to Excel .csv. - [#681] Enhance feature: Dashed line options for curves, arcs, etc. - [#684] Proposal: Add option to only show outer edges on detail. diff --git a/dist/OBS_debian/debian.changelog b/dist/OBS_debian/debian.changelog index fb800263e..fe04d0930 100644 --- a/dist/OBS_debian/debian.changelog +++ b/dist/OBS_debian/debian.changelog @@ -1,5 +1,5 @@ -valentina (0.5.999) trusty; urgency=low +valentina (0.6.0) trusty; urgency=low * Auto build. - -- dismine Fri, 27 Jun 2014 09:51:38 +0300 + -- dismine Mon, 01 Oct 2018 12:27:00 +0300 diff --git a/dist/SlackBuild/valentina/valentina.info b/dist/SlackBuild/valentina/valentina.info index 0c130db06..cd509a875 100644 --- a/dist/SlackBuild/valentina/valentina.info +++ b/dist/SlackBuild/valentina/valentina.info @@ -1,6 +1,6 @@ PRGNAM="valentina" VERSION="0.5.0" -HOMEPAGE="http://www.valentina-project.org/" +HOMEPAGE="https://valentinaproject.bitbucket.io" DOWNLOAD="https://bitbucket.org/dismine/valentina/get/v0.5.0.tar.gz" MD5SUM="f23019c92e3209dbfa7699a1c13bb98b" DOWNLOAD_x86_64="" diff --git a/dist/debian/changelog b/dist/debian/changelog index fb800263e..fe04d0930 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,5 +1,5 @@ -valentina (0.5.999) trusty; urgency=low +valentina (0.6.0) trusty; urgency=low * Auto build. - -- dismine Fri, 27 Jun 2014 09:51:38 +0300 + -- dismine Mon, 01 Oct 2018 12:27:00 +0300 diff --git a/dist/rpm/_service b/dist/rpm/_service index 4cbad09c5..cade6ee41 100644 --- a/dist/rpm/_service +++ b/dist/rpm/_service @@ -1,7 +1,7 @@ https://github.com/dismine/Valentina_git.git - 0.5.999 + 0.6.0 valentina git %at diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index 8ac031189..51d649bbe 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -73,7 +73,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel Requires: poppler-utils -Version: 0.5.999 +Version: 0.6.0 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 6b55461f1..e077d2de9 100644 --- a/src/libs/vmisc/projectversion.cpp +++ b/src/libs/vmisc/projectversion.cpp @@ -44,7 +44,7 @@ extern const int MAJOR_VERSION = 0; extern const int MINOR_VERSION = 6; extern const int DEBUG_VERSION = 0; -extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4b").arg(MAJOR_VERSION).arg(MINOR_VERSION) +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/libs/vmisc/projectversion.h b/src/libs/vmisc/projectversion.h index af4605b5e..87eb11a06 100644 --- a/src/libs/vmisc/projectversion.h +++ b/src/libs/vmisc/projectversion.h @@ -46,7 +46,7 @@ extern const QString APP_VERSION_STR; // Synchronize valentina.nsi #define VER_FILEVERSION 0,6,0,0 -#define VER_FILEVERSION_STR "0.6.0.0b\0" +#define VER_FILEVERSION_STR "0.6.0.0\0" #define V_PRERELEASE // Mark prerelease builds