Release v0.6.0.

--HG--
branch : release
master
Roman Telezhynskyi 2018-10-01 12:33:22 +03:00
parent 2295a56160
commit dbb63daa31
8 changed files with 10 additions and 10 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
valentina (0.5.999) trusty; urgency=low
valentina (0.6.0) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Fri, 27 Jun 2014 09:51:38 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Mon, 01 Oct 2018 12:27:00 +0300

View File

@ -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=""

View File

@ -1,5 +1,5 @@
valentina (0.5.999) trusty; urgency=low
valentina (0.6.0) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Fri, 27 Jun 2014 09:51:38 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Mon, 01 Oct 2018 12:27:00 +0300

2
dist/rpm/_service vendored
View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="url">https://github.com/dismine/Valentina_git.git</param>
<param name="versionprefix">0.5.999</param>
<param name="versionprefix">0.6.0</param>
<param name="filename">valentina</param>
<param name="scm">git</param>
<param name="versionformat">%at</param>

View File

@ -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+

View File

@ -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));
//---------------------------------------------------------------------------------------------------------------------

View File

@ -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