Preparation to new release.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-05-17 18:35:29 +03:00
parent ee9b1a6481
commit d7a1ad6edc
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
valentina (0.3.2) trusty; urgency=low
valentina (0.3.3) 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.3.2</param>
<param name="versionprefix">0.3.3</param>
<param name="filename">valentina</param>
<param name="scm">git</param>
<param name="versionformat">%at</param>

View file

@ -41,7 +41,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel
Requires: poppler-utils
Version: 0.3.2
Version: 0.3.3
Release: 0
URL: https://bitbucket.org/dismine/valentina
License: GPL-3.0+

View file

@ -33,7 +33,7 @@
extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 3;
extern const int DEBUG_VERSION = 2;
extern const int DEBUG_VERSION = 3;
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

@ -44,8 +44,8 @@ extern const QString APP_VERSION_STR;
// Change version number in version.cpp too.
#define VER_FILEVERSION 0,3,2,0
#define VER_FILEVERSION_STR "0.3.2.0\0"
#define VER_FILEVERSION 0,3,3,0
#define VER_FILEVERSION_STR "0.3.3.0\0"
#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR