Bump version.

develop v0.7.49
Roman Telezhynskyi 2021-07-01 17:12:34 +03:00
parent 6c2f1bda6e
commit 5b7e98bf48
11 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
# Valentina 0.7.49 (unreleased)
# Valentina 0.7.49 July 1, 2021
- Fix crash.
- Add tooltip for Export draw feature.

View File

@ -1,5 +1,5 @@
valentina (0.7.48) trusty; urgency=low
valentina (0.7.49) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 29 June 2021 17:26:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 1 July 2021 17:08:00 +0300

View File

@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: valentina
Binary: valentina
Architecture: i386 amd64
Version: 0.7.48
Version: 0.7.49
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
Homepage: https://smart-pattern.com.ua
Standards-Version: 3.9.5
@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 8.0.0),
qttools5-dev-tools (>= 5.4.0),
libqt5xmlpatterns5-dev (>= 5.4.0),
libqt5opengl5-dev (>= 5.4.0)
Debtransform-Tar: valentina-0.7.48.v0.7.48.tar.gz
Debtransform-Tar: valentina-0.7.49.v0.7.49.tar.gz
Package-List:
valentina deb graphics optional
Files:
00000000000000000000000000000000 0 valentina-0.7.48.v0.7.48.tar.gz
00000000000000000000000000000000 0 valentina-0.7.49.v0.7.49.tar.gz

View File

@ -1,5 +1,5 @@
valentina (0.7.48) trusty; urgency=low
valentina (0.7.49) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 29 June 2021 17:26:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 1 July 2021 17:08:00 +0300

View File

@ -19,9 +19,9 @@
<key>CFBundleIdentifier</key>
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>0.7.48</string>
<string>0.7.49</string>
<key>CFBundleVersion</key>
<string>0.7.48.0</string>
<string>0.7.49.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDocumentTypes</key>

View File

@ -19,9 +19,9 @@
<key>CFBundleIdentifier</key>
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>0.7.48</string>
<string>0.7.49</string>
<key>CFBundleVersion</key>
<string>0.7.48.0</string>
<string>0.7.49.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDocumentTypes</key>

2
dist/rpm/_service vendored
View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="url">git://github.com/dismine/Valentina_git.git</param>
<param name="versionprefix">0.7.48</param>
<param name="versionprefix">0.7.49</param>
<param name="filename">valentina</param>
<param name="scm">git</param>
<param name="exclude">.git</param>

View File

@ -95,7 +95,7 @@ Requires: poppler-tools
Requires: poppler-utils
%endif
Version: 0.7.48
Version: 0.7.49
Release: 0
URL: https://gitlab.com/smart-pattern/valentina
License: GPL-3.0+

6
dist/valentina.dsc vendored
View File

@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: valentina
Binary: valentina
Architecture: i386 amd64
Version: 0.7.48
Version: 0.7.49
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
Homepage: https://smart-pattern.com.ua
Standards-Version: 3.9.5
@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 8.0.0),
qttools5-dev-tools (>= 5.4.0),
libqt5xmlpatterns5-dev (>= 5.4.0),
libqt5opengl5-dev (>= 5.4.0)
Debtransform-Tar: valentina-0.7.48.v0.7.48.tar.gz
Debtransform-Tar: valentina-0.7.49.v0.7.49.tar.gz
Package-List:
valentina deb graphics optional
Files:
00000000000000000000000000000000 0 valentina-0.7.48.v0.7.48.tar.gz
00000000000000000000000000000000 0 valentina-0.7.49.v0.7.49.tar.gz

View File

@ -42,7 +42,7 @@
extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 7;
extern const int DEBUG_VERSION = 48;
extern const int DEBUG_VERSION = 49;
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

@ -49,8 +49,8 @@ extern const QString APP_VERSION_STR;
// Change version number in projectversion.cpp too.
// Synchronize valentina.nsi
#define VER_FILEVERSION 0,7,48
#define VER_FILEVERSION_STR "0.7.48\0"
#define VER_FILEVERSION 0,7,49
#define VER_FILEVERSION_STR "0.7.49\0"
#define V_PRERELEASE // Mark prerelease builds