From f6bbf2a06163e1f36ce9e41cc82f34a4e8fbf3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C4=81rlis=20Se=C5=86ko?= Date: Tue, 11 Aug 2020 19:50:37 +0300 Subject: [PATCH] Update version to 1.11.1-rc1. --- .appveyor.yml | 4 ++-- docs/source/conf.py | 2 +- src/Cutter.pro | 2 +- src/org.radare.Cutter.appdata.xml | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 627e16314..9ef1fd9fd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: '1.11.0-git-{build}' +version: '1.11.1-git-{build}' image: 'Previous Visual Studio 2019' clone_depth: 1 @@ -46,7 +46,7 @@ install: - cmd: where meson.exe - cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ." # Artifacts - - cmd: set "ARTIFACT_NAME=Cutter-v1.11.0-%ARCH%.Windows" + - cmd: set "ARTIFACT_NAME=Cutter-v1.11.1-rc1-%ARCH%.Windows" - cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" ) before_build: diff --git a/docs/source/conf.py b/docs/source/conf.py index bbf27a78b..bb3983c4b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.11' # The full version, including alpha/beta/rc tags -release = '1.11.0' +release = '1.11.1-rc1' # -- General configuration --------------------------------------------------- diff --git a/src/Cutter.pro b/src/Cutter.pro index 1c4da0f30..f08aad0a2 100644 --- a/src/Cutter.pro +++ b/src/Cutter.pro @@ -4,7 +4,7 @@ TARGET = Cutter CUTTER_VERSION_MAJOR = 1 CUTTER_VERSION_MINOR = 11 -CUTTER_VERSION_PATCH = 0 +CUTTER_VERSION_PATCH = 1 VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PATCH} diff --git a/src/org.radare.Cutter.appdata.xml b/src/org.radare.Cutter.appdata.xml index cddf1d98c..d7c73dbaf 100644 --- a/src/org.radare.Cutter.appdata.xml +++ b/src/org.radare.Cutter.appdata.xml @@ -25,6 +25,7 @@ xarkes +