Bump version.

develop v0.7.51
Roman Telezhynskyi 2022-04-18 20:12:47 +03:00
parent 049fd660a5
commit 679e68a15b
11 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
# Valentina 0.7.51 (unreleased)
# Valentina 0.7.51 April 18, 2022
- Z value change for a layout piece.
- Fix issue with Custom template.
- Fix issue with tile font size.

View File

@ -1,5 +1,5 @@
valentina (0.7.50) trusty; urgency=low
valentina (0.7.51) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Sat, 16 October 2021 13:54:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Mon, 18 April 2022 20:07:00 +0300

View File

@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: valentina
Binary: valentina
Architecture: i386 amd64
Version: 0.7.50
Version: 0.7.51
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.50.v0.7.50.tar.gz
Debtransform-Tar: valentina-0.7.51.v0.7.51.tar.gz
Package-List:
valentina deb graphics optional
Files:
00000000000000000000000000000000 0 valentina-0.7.50.v0.7.50.tar.gz
00000000000000000000000000000000 0 valentina-0.7.51.v0.7.51.tar.gz

View File

@ -1,5 +1,5 @@
valentina (0.7.50) trusty; urgency=low
valentina (0.7.51) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Sat, 16 October 2021 13:54:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Mon, 18 April 2022 20:07:00 +0300

View File

@ -19,9 +19,9 @@
<key>CFBundleIdentifier</key>
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>0.7.50</string>
<string>0.7.51</string>
<key>CFBundleVersion</key>
<string>0.7.50.0</string>
<string>0.7.51.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDocumentTypes</key>
@ -62,7 +62,7 @@
<string>vlt</string>
</array>
<key>public.mime-type</key>
<string>text/xml</string>
<string>text/xml</string>
</dict>
</dict>
</array>

View File

@ -19,9 +19,9 @@
<key>CFBundleIdentifier</key>
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>0.7.50</string>
<string>0.7.51</string>
<key>CFBundleVersion</key>
<string>0.7.50.0</string>
<string>0.7.51.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.50</string>
<string>0.7.51</string>
<key>CFBundleVersion</key>
<string>0.7.50.0</string>
<string>0.7.51.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.50</param>
<param name="versionprefix">0.7.51</param>
<param name="filename">valentina</param>
<param name="scm">git</param>
<param name="exclude">.git</param>

View File

@ -102,7 +102,7 @@ Requires: poppler
Requires: poppler-utils
%endif
Version: 0.7.50
Version: 0.7.51
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.50
Version: 0.7.51
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.50.v0.7.50.tar.gz
Debtransform-Tar: valentina-0.7.51.v0.7.51.tar.gz
Package-List:
valentina deb graphics optional
Files:
00000000000000000000000000000000 0 valentina-0.7.50.v0.7.50.tar.gz
00000000000000000000000000000000 0 valentina-0.7.51.v0.7.51.tar.gz

View File

@ -33,7 +33,7 @@ class QString;
constexpr unsigned MAJOR_VERSION = 0;
constexpr unsigned MINOR_VERSION = 7;
constexpr unsigned DEBUG_VERSION = 50;
constexpr unsigned DEBUG_VERSION = 51;
extern const QString APP_VERSION_STR;
@ -50,8 +50,8 @@ constexpr inline auto AppVersion() -> unsigned
// Change version number in projectversion.cpp too.
// Synchronize valentina.nsi
#define VER_FILEVERSION 0,7,50
#define VER_FILEVERSION_STR "0.7.50\0"
#define VER_FILEVERSION 0,7,51
#define VER_FILEVERSION_STR "0.7.51\0"
#define V_PRERELEASE // Mark prerelease builds
@ -61,7 +61,7 @@ constexpr inline auto AppVersion() -> unsigned
#define VER_COMPANYNAME_STR "ValentinaTeam"
//#define VER_FILEDESCRIPTION_STR "Patternmaking program." // Defined in program
//#define VER_INTERNALNAME_STR "Valentina" // Defined in program
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2021 Valentina Team"
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2022 Valentina Team"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
//#define VER_ORIGINALFILENAME_STR "valentina.exe" // Defined in program