diff --git a/appveyor.yml b/appveyor.yml index 580fc568f..0f6d6213a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -186,7 +186,7 @@ deploy: package: valentina-win_auto-upload publish: true override: true - version: 0.6.1 + version: 0.6.2 on: DEPLOY: true artifact: valentina-win-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT) diff --git a/dist/OBS_debian/debian.changelog b/dist/OBS_debian/debian.changelog index 83ece2715..c3c0b3b9f 100644 --- a/dist/OBS_debian/debian.changelog +++ b/dist/OBS_debian/debian.changelog @@ -1,4 +1,4 @@ -valentina (0.6.1) trusty; urgency=low +valentina (0.6.2) trusty; urgency=low * Auto build. diff --git a/dist/debian/changelog b/dist/debian/changelog index 83ece2715..c3c0b3b9f 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,4 +1,4 @@ -valentina (0.6.1) trusty; urgency=low +valentina (0.6.2) trusty; urgency=low * Auto build. diff --git a/dist/macx/tape/Info.plist b/dist/macx/tape/Info.plist index 77432eb8f..261681af8 100755 --- a/dist/macx/tape/Info.plist +++ b/dist/macx/tape/Info.plist @@ -19,9 +19,9 @@ CFBundleIdentifier io.bitbucket.valentinaproject.@EXECUTABLE@ CFBundleShortVersionString - 0.6.1 + 0.6.2 CFBundleVersion - 0.6.1.0 + 0.6.2.0 CFBundleInfoDictionaryVersion 6.0 CFBundleDocumentTypes diff --git a/dist/macx/valentina/Info.plist b/dist/macx/valentina/Info.plist index 6e6674abd..1082d515f 100755 --- a/dist/macx/valentina/Info.plist +++ b/dist/macx/valentina/Info.plist @@ -11,7 +11,7 @@ LSMinimumSystemVersion 10.6 NSHumanReadableCopyright - © 2013-2017, Valentina project + © 2013-2018, Valentina project CFBundleSignature @TYPEINFO@ CFBundleExecutable @@ -19,9 +19,9 @@ CFBundleIdentifier io.bitbucket.valentinaproject.@EXECUTABLE@ CFBundleShortVersionString - 0.6.1 + 0.6.2 CFBundleVersion - 0.6.1.0 + 0.6.2.0 CFBundleInfoDictionaryVersion 6.0 CFBundleDocumentTypes diff --git a/dist/rpm/_service b/dist/rpm/_service index 43578feae..02f5f1ca3 100644 --- a/dist/rpm/_service +++ b/dist/rpm/_service @@ -1,7 +1,7 @@ https://github.com/dismine/Valentina_git.git - 0.6.1 + 0.6.2 valentina git %at diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index 825865817..1b44a7c5c 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -73,7 +73,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel Requires: poppler-utils -Version: 0.6.1 +Version: 0.6.2 Release: 0 URL: https://bitbucket.org/dismine/valentina License: GPL-3.0+ diff --git a/src/libs/vmisc/projectversion.cpp b/src/libs/vmisc/projectversion.cpp index 96237fac0..e3f95159c 100644 --- a/src/libs/vmisc/projectversion.cpp +++ b/src/libs/vmisc/projectversion.cpp @@ -42,7 +42,7 @@ extern const int MAJOR_VERSION = 0; extern const int MINOR_VERSION = 6; -extern const int DEBUG_VERSION = 1; +extern const int DEBUG_VERSION = 2; extern const QString APP_VERSION_STR(QStringLiteral("%1.%2.%3.%4").arg(MAJOR_VERSION).arg(MINOR_VERSION) .arg(DEBUG_VERSION).arg(LATEST_TAG_DISTANCE)); diff --git a/src/libs/vmisc/projectversion.h b/src/libs/vmisc/projectversion.h index b00a6e5a9..ff97ea65f 100644 --- a/src/libs/vmisc/projectversion.h +++ b/src/libs/vmisc/projectversion.h @@ -40,13 +40,13 @@ extern const QString APP_VERSION_STR; /* APP_VERSION is (major << 16) + (minor << 8) + patch. */ -#define APP_VERSION 0x000601 +#define APP_VERSION 0x000602 // Change version number in projectversion.cpp too. // Synchronize valentina.nsi -#define VER_FILEVERSION 0,6,1,0 -#define VER_FILEVERSION_STR "0.6.1.0\0" +#define VER_FILEVERSION 0,6,2,0 +#define VER_FILEVERSION_STR "0.6.2.0\0" //#define V_PRERELEASE // Mark prerelease builds