Skip to content

Commit

Permalink
Update version to 0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Puchkov committed Sep 24, 2020
1 parent 2c3237a commit 6e744d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
- VERSION=0.7.12
- RELEASE=1
- ARCH=x86_64
# Dockerfile from https://github.com/flameshotapp/flameshot-docker-images
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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.11.{build}
version: 0.7.12.{build}
# Major_Version_Number.Minor_Version_Number.Patch_Number.Build_Number

skip_branch_with_pr: true
Expand Down
2 changes: 1 addition & 1 deletion flameshot.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ win32:LIBS += -luser32 -lshell32

LIBS += -Llibeay32 -Lssleay32

BASE_VERSION = 0.7.11
BASE_VERSION = 0.7.12
TAG_VERSION = "$$system(git --git-dir $$PWD/.git rev-parse --short HEAD)"
isEmpty(TAG_VERSION){
DEFINES += APP_VERSION=\\\"$$BASE_VERSION\\\"
Expand Down
2 changes: 1 addition & 1 deletion update_release_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -x

GIT_REMOTE=origin
BASE_VERSION_NEW="0.7.11"
BASE_VERSION_NEW="0.7.12"
BASE_VERSION_CUR=$(cat flameshot.pro |grep "[0-9]\+\.[0-9]\+\.[0-9]\+" |awk "{print \$3}")

if [ "${BASE_VERSION_CUR}" == "${BASE_VERSION_NEW}" ]; then
Expand Down
4 changes: 2 additions & 2 deletions win_setup/flameshot.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

[Setup]
AppName=Flameshot
AppVersion=0.7.11-513bae7
AppVersion=0.7.12-2c3237a
AppCopyright=NameCheap inc.
VersionInfoVersion=0.7.11
VersionInfoVersion=0.7.12
WizardStyle=modern
DefaultDirName={autopf}\Flameshot
DefaultGroupName=Flameshot
Expand Down

0 comments on commit 6e744d7

Please sign in to comment.