From 85c331c257e879fdb94fe59fb9cfd96fa312de35 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Thu, 9 Jul 2020 20:01:09 +0300 Subject: [PATCH] Update version to 0.7.3 --- .travis.yml | 2 +- appveyor.yml | 2 +- flameshot.pro | 2 +- win_setup/flameshot.iss | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09e2e59b..56e3ab64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,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.3 + - VERSION=0.7.30.7.3 - RELEASE=1 - ARCH=x86_64 # Dockerfile from https://github.com/flameshotapp/flameshot-docker-images diff --git a/appveyor.yml b/appveyor.yml index b9d5272d..9d8d6050 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.3.{build} +version: 0.7.30.7.3.{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 1b94a1dd..8914f2db 100644 --- a/flameshot.pro +++ b/flameshot.pro @@ -6,7 +6,7 @@ win32:LIBS += -luser32 -lshell32 -BASE_VERSION = 0.7.3 +BASE_VERSION = 0.7.30.7.3 TAG_VERSION = "$$system(git --git-dir $$PWD/.git rev-parse --short HEAD)" isEmpty(TAG_VERSION){ DEFINES += APP_VERSION=\\\"$$BASE_VERSION\\\" diff --git a/win_setup/flameshot.iss b/win_setup/flameshot.iss index 8030e650..dd6fc683 100644 --- a/win_setup/flameshot.iss +++ b/win_setup/flameshot.iss @@ -6,9 +6,9 @@ [Setup] AppName=Flameshot -AppVersion=0.7.3 +AppVersion=0.7.3-a9a41930.7.3 AppCopyright=NameCheap inc. -VersionInfoVersion=0.7.3 +VersionInfoVersion=0.7.30.7.3 WizardStyle=modern DefaultDirName={autopf}\Flameshot DefaultGroupName=Flameshot