From c0d4fda0c7f96ee7f15e6d774143a92ce49d6355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Fri, 20 Dec 2019 18:13:31 +0100 Subject: [PATCH] Version 1.10.0 (#1954) --- .appveyor.yml | 4 ++-- docs/source/conf.py | 4 ++-- docs/source/index.rst | 2 +- src/Cutter.pro | 2 +- src/org.radare.Cutter.appdata.xml | 1 + 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 790e59408..47a401dc4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: '1.9.0-git-{build}' +version: '1.10.0-git-{build}' image: 'Visual Studio 2017' clone_depth: 1 @@ -41,7 +41,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.9.0-%ARCH%.Windows" + - cmd: set "ARTIFACT_NAME=Cutter-v1.10.0-%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 69d6a6606..379ec494d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'The Cutter Developers' # The short X.Y version -version = '1.9' +version = '1.10' # The full version, including alpha/beta/rc tags -release = '1.9.0' +release = '1.10.0' # -- General configuration --------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 8ca7848fe..dd3364ef3 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ download the latest release - 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.9.0-x86_64.AppImage`` +- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.10.0-x86_64.AppImage`` Building from sources diff --git a/src/Cutter.pro b/src/Cutter.pro index 45c011531..fcefd378c 100644 --- a/src/Cutter.pro +++ b/src/Cutter.pro @@ -3,7 +3,7 @@ TEMPLATE = app TARGET = Cutter CUTTER_VERSION_MAJOR = 1 -CUTTER_VERSION_MINOR = 9 +CUTTER_VERSION_MINOR = 10 CUTTER_VERSION_PATCH = 0 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 fadb8d257..0f681de8a 100644 --- a/src/org.radare.Cutter.appdata.xml +++ b/src/org.radare.Cutter.appdata.xml @@ -25,6 +25,7 @@ xarkes +