Preparation to new release.
--HG-- branch : develop
This commit is contained in:
parent
7ae31755e6
commit
fb054879e0
2
dist/debian/changelog
vendored
2
dist/debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
|||
valentina (0.3.1) trusty; urgency=low
|
||||
valentina (0.3.2) trusty; urgency=low
|
||||
|
||||
* Auto build.
|
||||
|
||||
|
|
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.3.1</param>
|
||||
<param name="versionprefix">0.3.2</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
|
@ -41,7 +41,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel
|
|||
|
||||
Requires: poppler-utils
|
||||
|
||||
Version: 0.3.1
|
||||
Version: 0.3.2
|
||||
Release: 0
|
||||
URL: https://bitbucket.org/dismine/valentina
|
||||
License: GPL-3.0+
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
extern const int MAJOR_VERSION = 0;
|
||||
extern const int MINOR_VERSION = 3;
|
||||
extern const int DEBUG_VERSION = 1;
|
||||
extern const int DEBUG_VERSION = 2;
|
||||
|
||||
extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION)
|
||||
.arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE));
|
||||
|
|
|
@ -44,8 +44,8 @@ extern const QString APP_VERSION_STR;
|
|||
|
||||
// Change version number in version.cpp too.
|
||||
|
||||
#define VER_FILEVERSION 0,3,1,0
|
||||
#define VER_FILEVERSION_STR "0.3.1.0\0"
|
||||
#define VER_FILEVERSION 0,3,2,0
|
||||
#define VER_FILEVERSION_STR "0.3.2.0\0"
|
||||
|
||||
#define VER_PRODUCTVERSION VER_FILEVERSION
|
||||
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
|
||||
|
|
Loading…
Reference in New Issue
Block a user