Prepare to release 0.5.0. Change version number.
--HG-- branch : release
This commit is contained in:
parent
2264143b1e
commit
b355f1dbfc
2
dist/OBS_debian/debian.changelog
vendored
2
dist/OBS_debian/debian.changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
valentina (0.4.999) trusty; urgency=low
|
valentina (0.5.0) trusty; urgency=low
|
||||||
|
|
||||||
* Auto build.
|
* Auto build.
|
||||||
|
|
||||||
|
|
2
dist/debian/changelog
vendored
2
dist/debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
valentina (0.4.999) trusty; urgency=low
|
valentina (0.5.0) trusty; urgency=low
|
||||||
|
|
||||||
* Auto build.
|
* Auto build.
|
||||||
|
|
||||||
|
|
2
dist/rpm/_service
vendored
2
dist/rpm/_service
vendored
|
@ -1,7 +1,7 @@
|
||||||
<services>
|
<services>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/dismine/Valentina.git</param>
|
<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="filename">valentina</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">%at</param>
|
<param name="versionformat">%at</param>
|
||||||
|
|
2
dist/rpm/valentina.spec
vendored
2
dist/rpm/valentina.spec
vendored
|
@ -45,7 +45,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel
|
||||||
|
|
||||||
Requires: poppler-utils
|
Requires: poppler-utils
|
||||||
|
|
||||||
Version: 0.4.999
|
Version: 0.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://bitbucket.org/dismine/valentina
|
URL: https://bitbucket.org/dismine/valentina
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
|
@ -44,7 +44,7 @@ extern const int MAJOR_VERSION = 0;
|
||||||
extern const int MINOR_VERSION = 5;
|
extern const int MINOR_VERSION = 5;
|
||||||
extern const int DEBUG_VERSION = 0;
|
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));
|
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -46,7 +46,7 @@ extern const QString APP_VERSION_STR;
|
||||||
// Synchronize valentina.nsi
|
// Synchronize valentina.nsi
|
||||||
|
|
||||||
#define VER_FILEVERSION 0,5,0,0
|
#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
|
#define V_PRERELEASE // Mark prerelease builds
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user