Begin new branch v0.6.0.
--HG-- branch : develop
This commit is contained in:
parent
426b73dcce
commit
34f3737c9e
2
dist/OBS_debian/debian.changelog
vendored
2
dist/OBS_debian/debian.changelog
vendored
|
@ -1,4 +1,4 @@
|
|||
valentina (0.5.0) trusty; urgency=low
|
||||
valentina (0.5.999) trusty; urgency=low
|
||||
|
||||
* Auto build.
|
||||
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=valentina
|
||||
VERSION=${VERSION:-0.4.4}
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-dismine}
|
||||
COMMIT=610ac13345d7
|
||||
COMMIT=31c95eadca8b
|
||||
|
||||
# Use parallel building if possible
|
||||
if [ -z "$NUMJOBS" ]; then
|
||||
|
|
6
dist/SlackBuild/valentina/valentina.info
vendored
6
dist/SlackBuild/valentina/valentina.info
vendored
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="valentina"
|
||||
VERSION="0.4.4"
|
||||
VERSION="0.5.0"
|
||||
HOMEPAGE="http://www.valentina-project.org/"
|
||||
DOWNLOAD="https://bitbucket.org/dismine/valentina/get/v0.4.4.tar.gz"
|
||||
MD5SUM="4d2d030e7251bd5b2ca34d3e629831e3"
|
||||
DOWNLOAD="https://bitbucket.org/dismine/valentina/get/v0.5.0.tar.gz"
|
||||
MD5SUM="f23019c92e3209dbfa7699a1c13bb98b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
2
dist/debian/changelog
vendored
2
dist/debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
|||
valentina (0.5.0) trusty; urgency=low
|
||||
valentina (0.5.999) trusty; urgency=low
|
||||
|
||||
* Auto build.
|
||||
|
||||
|
|
4
dist/macx/tape/Info.plist
vendored
4
dist/macx/tape/Info.plist
vendored
|
@ -19,9 +19,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>org.valentinaproject.@EXECUTABLE@</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.5.0</string>
|
||||
<string>0.6.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.5.0.0</string>
|
||||
<string>0.6.0.0</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
|
4
dist/macx/valentina/Info.plist
vendored
4
dist/macx/valentina/Info.plist
vendored
|
@ -19,9 +19,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>org.valentinaproject.@EXECUTABLE@</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.5.0</string>
|
||||
<string>0.6.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.5.0.0</string>
|
||||
<string>0.6.0.0</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
|
2
dist/rpm/_service
vendored
2
dist/rpm/_service
vendored
|
@ -1,7 +1,7 @@
|
|||
<services>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/dismine/Valentina.git</param>
|
||||
<param name="versionprefix">0.5.0</param>
|
||||
<param name="versionprefix">0.5.999</param>
|
||||
<param name="filename">valentina</param>
|
||||
<param name="scm">git</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
|
||||
|
||||
Version: 0.5.0
|
||||
Version: 0.5.999
|
||||
Release: 0
|
||||
URL: https://bitbucket.org/dismine/valentina
|
||||
License: GPL-3.0+
|
||||
|
|
4
dist/win/inno/valentina.iss
vendored
4
dist/win/inno/valentina.iss
vendored
|
@ -6,11 +6,11 @@
|
|||
#define MyAppPublisher "Roman Telezhynskyi"
|
||||
#define MyAppURL "http://www.valentina-project.org/"
|
||||
#define MyAppExeName "valentina.exe"
|
||||
#define MyAppCopyright "(C) 2013-2016 Valentina project"
|
||||
#define MyAppCopyright "(C) 2013-2017 Valentina project"
|
||||
#define MyDateTimeString GetDateTimeString('yyyymmddhhnnss', '', '');
|
||||
; Appstatus: "" = release, "b" = beta, "a" = alpha
|
||||
; this only modifies the resulting exe name of the installer package ;-)
|
||||
#define MyAppStatus "b"
|
||||
#define MyAppStatus "a"
|
||||
|
||||
[Setup]
|
||||
; NOTE: The value of AppId uniquely identifies this application.
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
#include <QtGlobal>
|
||||
|
||||
extern const int MAJOR_VERSION = 0;
|
||||
extern const int MINOR_VERSION = 5;
|
||||
extern const int MINOR_VERSION = 6;
|
||||
extern const int DEBUG_VERSION = 0;
|
||||
|
||||
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION)
|
||||
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4a").arg(MAJOR_VERSION).arg(MINOR_VERSION)
|
||||
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -40,13 +40,13 @@ extern const QString APP_VERSION_STR;
|
|||
/*
|
||||
APP_VERSION is (major << 16) + (minor << 8) + patch.
|
||||
*/
|
||||
#define APP_VERSION 0x000500
|
||||
#define APP_VERSION 0x000600
|
||||
|
||||
// Change version number in projectversion.cpp too.
|
||||
// Synchronize valentina.nsi
|
||||
|
||||
#define VER_FILEVERSION 0,5,0,0
|
||||
#define VER_FILEVERSION_STR "0.5.0.0\0"
|
||||
#define VER_FILEVERSION 0,6,0,0
|
||||
#define VER_FILEVERSION_STR "0.6.0.0a\0"
|
||||
|
||||
#define V_PRERELEASE // Mark prerelease builds
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user