From 800594551b8f0bb9104f2b6e83de6ece5fa62913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sun, 14 Apr 2019 22:06:24 +0200 Subject: [PATCH] Bump version to 1.8.1 (#1456) --- .appveyor.yml | 4 ++-- docs/source/index.rst | 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 dd08ac725..458537adb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: '1.8.0-git-{build}' +version: '1.8.1-git-{build}' image: 'Visual Studio 2017' clone_depth: 1 @@ -40,7 +40,7 @@ install: - cmd: python -m pip install meson - 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.8.0-%ARCH%.Windows" + - cmd: set "ARTIFACT_NAME=Cutter-v1.8.1-%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/index.rst b/docs/source/index.rst index 28dac14c3..7fbaf1609 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,7 +17,7 @@ download the latest release `here `__. - OSX: Download the latest ``.dmg`` file. - Windows: Download the latest archive. -- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.8.0-x86_64.AppImage`` +- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.8.1-x86_64.AppImage`` Building from sources diff --git a/src/Cutter.pro b/src/Cutter.pro index a09b63498..00fc90db5 100644 --- a/src/Cutter.pro +++ b/src/Cutter.pro @@ -4,7 +4,7 @@ TARGET = Cutter CUTTER_VERSION_MAJOR = 1 CUTTER_VERSION_MINOR = 8 -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 e597455ad..fad468bc7 100644 --- a/src/org.radare.Cutter.appdata.xml +++ b/src/org.radare.Cutter.appdata.xml @@ -25,6 +25,7 @@ xarkes +