Bump version.

merge-requests/12/head^2 v0.7.45
Roman Telezhynskyi 2021-02-26 16:21:54 +02:00
parent d3b9defbc6
commit 80b6c97b3a
12 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
# Version 0.7.45 (unreleased)
# Version 0.7.45 Feb 26, 2021
- Fix incorrect seam allowance for angle type second edge right angle.
- Fix regression with country flags.
- Fix bug in seam allowance.

View File

@ -258,7 +258,7 @@ deploy:
package: valentina-win_auto-upload
publish: true
override: true
version: 0.7.44
version: 0.7.45
on:
DEPLOY: true
artifact: valentina-win-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)

View File

@ -1,5 +1,5 @@
valentina (0.7.44) trusty; urgency=low
valentina (0.7.45) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 09 Feb 2021 19:48:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Fri, 26 Feb 2021 19:48:00 +0300

View File

@ -1,5 +1,5 @@
valentina (0.7.44) trusty; urgency=low
valentina (0.7.45) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 09 Feb 2021 19:48:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Fri, 26 Feb 2021 19:48:00 +0300

View File

@ -19,9 +19,9 @@
<key>CFBundleIdentifier</key>
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>0.7.44</string>
<string>0.7.45</string>
<key>CFBundleVersion</key>
<string>0.7.44.0</string>
<string>0.7.45.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.44</string>
<string>0.7.45</string>
<key>CFBundleVersion</key>
<string>0.7.44.0</string>
<string>0.7.45.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.44</param>
<param name="versionprefix">0.7.45</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.44
Version: 0.7.45
Release: 0
URL: https://gitlab.com/smart-pattern/valentina
License: GPL-3.0+

10
dist/valentina.dsc vendored
View File

@ -2,11 +2,11 @@ Format: 3.0 (native)
Source: valentina
Binary: valentina
Architecture: i386 amd64
Version: 0.7.44
Version: 0.7.45
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
Homepage: https://valentinaproject.bitbucket.io
Standards-Version: 3.9.5
Vcs-Browser: https://bitbucket.org/dismine/valentina
Vcs-Browser: https://gitlab.com/smart-pattern/valentina
Build-Depends: debhelper (>= 8.0.0),
qtbase5-dev (>= 5.4.0),
libqt5svg5-dev (>= 5.4.0),
@ -18,8 +18,8 @@ Build-Depends: debhelper (>= 8.0.0),
Package-List:
valentina deb graphics optional
Checksums-Sha1:
581eb1bf36b4ab7126b5983d809130f15396859e 24838101 valentina_0.7.44.tar
581eb1bf36b4ab7126b5983d809130f15396859e 24838101 valentina_0.7.45.tar
Checksums-Sha256:
9b156c7120a69b90373efb8ca9998c3e0563a60ad337210166cfd41b00b0f13c 24838101 valentina_0.7.44.tar
9b156c7120a69b90373efb8ca9998c3e0563a60ad337210166cfd41b00b0f13c 24838101 valentina_0.7.45.tar
Files:
95677e29d3a59cf5b064f7be236a4b78 24838101 valentina_0.7.44.tar
95677e29d3a59cf5b064f7be236a4b78 24838101 valentina_0.7.45.tar

View File

@ -15,10 +15,10 @@
},
"version": {
"name": "0.7.44",
"name": "0.7.45",
"desc": "Test branch release",
"released": "2021-02-09",
"vcs_tag": "v0.7.44",
"released": "2021-02-26",
"vcs_tag": "v0.7.45",
"gpgSign": false
},

View File

@ -42,7 +42,7 @@
extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 7;
extern const int DEBUG_VERSION = 44;
extern const int DEBUG_VERSION = 45;
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,44
#define VER_FILEVERSION_STR "0.7.44\0"
#define VER_FILEVERSION 0,7,45
#define VER_FILEVERSION_STR "0.7.45\0"
#define V_PRERELEASE // Mark prerelease builds