New version v0.3.0.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2015-03-19 17:46:45 +02:00
parent 25cdea65ff
commit 1f74e30d39
5 changed files with 7 additions and 7 deletions

View file

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

2
dist/rpm/_service vendored
View file

@ -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.2.8</param> <param name="versionprefix">0.3.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>

View file

@ -25,7 +25,7 @@ BuildRequires: ccache
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
%endif %endif
Version: 0.2.9 Version: 0.3.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+

View file

@ -32,8 +32,8 @@
#include <QSysInfo> #include <QSysInfo>
extern const int MAJOR_VERSION = 0; extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 2; extern const int MINOR_VERSION = 3;
extern const int DEBUG_VERSION = 9; extern const int DEBUG_VERSION = 0;
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION) extern const QString APP_VERSION(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));

View file

@ -39,8 +39,8 @@ extern const QString APP_VERSION;
// Change version number in version.cpp too. // Change version number in version.cpp too.
#define VER_FILEVERSION 0,2,9,0 #define VER_FILEVERSION 0,3,0,0
#define VER_FILEVERSION_STR "0.2.9.0\0" #define VER_FILEVERSION_STR "0.3.0.0\0"
#define VER_PRODUCTVERSION VER_FILEVERSION #define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR