From 74bc59f91b7c842be05332c97b21b85480817191 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Tue, 15 Sep 2020 11:02:31 +0300 Subject: [PATCH] Update version to 0.7.11 --- .travis.yml | 2 +- appveyor.yml | 2 +- flameshot.pro | 2 +- update_release_version.sh | 2 +- win_setup/flameshot.iss | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1f854d37b..d550c5c714 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: # Environment variables for packaging - PRODUCT=flameshot #TODO: we should take version from the last tag in git history + build number - - VERSION=0.7.10 + - VERSION=0.7.11 - RELEASE=1 - ARCH=x86_64 # Dockerfile from https://github.com/flameshotapp/flameshot-docker-images diff --git a/appveyor.yml b/appveyor.yml index 5fa104ee07..59e03d6653 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: Visual Studio 2015 #TODO: we should take version from the last tag in git history + build number -version: 0.7.10.{build} +version: 0.7.11.{build} # Major_Version_Number.Minor_Version_Number.Patch_Number.Build_Number skip_branch_with_pr: true diff --git a/flameshot.pro b/flameshot.pro index 25f5dc99b2..cd80d8c958 100644 --- a/flameshot.pro +++ b/flameshot.pro @@ -8,7 +8,7 @@ win32:LIBS += -luser32 -lshell32 LIBS += -Llibeay32 -Lssleay32 -BASE_VERSION = 0.7.10 +BASE_VERSION = 0.7.11 TAG_VERSION = "$$system(git --git-dir $$PWD/.git rev-parse --short HEAD)" isEmpty(TAG_VERSION){ DEFINES += APP_VERSION=\\\"$$BASE_VERSION\\\" diff --git a/update_release_version.sh b/update_release_version.sh index bfeab2cc9c..748ce09cf8 100755 --- a/update_release_version.sh +++ b/update_release_version.sh @@ -3,7 +3,7 @@ set -x GIT_REMOTE=origin -BASE_VERSION_NEW="0.7.10" +BASE_VERSION_NEW="0.7.11" BASE_VERSION_CUR=$(cat flameshot.pro |grep "[0-9]\+\.[0-9]\+\.[0-9]\+" |awk "{print \$3}") if [ "${BASE_VERSION_CUR}" == "${BASE_VERSION_NEW}" ]; then diff --git a/win_setup/flameshot.iss b/win_setup/flameshot.iss index a1b191f148..67c7b0f4a1 100644 --- a/win_setup/flameshot.iss +++ b/win_setup/flameshot.iss @@ -6,9 +6,9 @@ [Setup] AppName=Flameshot -AppVersion=0.7.10-18b0f27 +AppVersion=0.7.11-513bae7 AppCopyright=NameCheap inc. -VersionInfoVersion=0.7.10 +VersionInfoVersion=0.7.11 WizardStyle=modern DefaultDirName={autopf}\Flameshot DefaultGroupName=Flameshot