Update version to 0.7.2

This commit is contained in:
Yuriy Puchkov
2020-07-03 17:13:01 +03:00
parent 56a634c645
commit bbecd2e79f
5 changed files with 7 additions and 7 deletions

View File

@@ -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.1
- VERSION=0.7.2
- RELEASE=1
- ARCH=x86_64
# Dockerfile from https://github.com/flameshotapp/flameshot-docker-images

View File

@@ -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.1.{build}
version: 0.7.2.{build}
# Major_Version_Number.Minor_Version_Number.Patch_Number.Build_Number
skip_branch_with_pr: true

View File

@@ -6,7 +6,7 @@
win32:LIBS += -luser32 -lshell32
BASE_VERSION = 0.7.1
BASE_VERSION = 0.7.2
TAG_VERSION = "$$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags)"
isEmpty(TAG_VERSION){
TAG_VERSION = $$BASE_VERSION

View File

@@ -1,7 +1,7 @@
#!/bin/bash
BASE_VERSION_OLD=0.7.0
BASE_VERSION_NEW=0.7.1
BASE_VERSION_OLD=0.7.1
BASE_VERSION_NEW=0.7.2
sed -i "s/BASE_VERSION = ${BASE_VERSION_OLD}/BASE_VERSION = ${BASE_VERSION_NEW}/g" flameshot.pro

View File

@@ -6,9 +6,9 @@
[Setup]
AppName=FlameShot
AppVersion=0.7.1
AppVersion=0.7.2
AppCopyright=NameCheap inc.
VersionInfoVersion=0.7.1
VersionInfoVersion=0.7.2
WizardStyle=modern
DefaultDirName={autopf}\FlameShot
DefaultGroupName=FlameShot