Prepare to release 0.5.0. Change version number.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2017-05-09 16:04:31 +03:00
parent 2264143b1e
commit b355f1dbfc
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
valentina (0.4.999) trusty; urgency=low
valentina (0.5.0) trusty; urgency=low
* Auto build.

View File

@ -1,4 +1,4 @@
valentina (0.4.999) trusty; urgency=low
valentina (0.5.0) trusty; urgency=low
* Auto build.

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</param>
<param name="versionprefix">0.4.999</param>
<param name="versionprefix">0.5.0</param>
<param name="filename">valentina</param>
<param name="scm">git</param>
<param name="versionformat">%at</param>

View File

@ -45,7 +45,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel
Requires: poppler-utils
Version: 0.4.999
Version: 0.5.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 = 5;
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,5,0,0
#define VER_FILEVERSION_STR "0.5.0.0b\0"
#define VER_FILEVERSION_STR "0.5.0.0\0"
#define V_PRERELEASE // Mark prerelease builds