From 2d2d4d3346b1d5dfc336564ac8bcc2677ce50102 Mon Sep 17 00:00:00 2001 From: xarkes Date: Mon, 21 Jan 2019 22:22:39 +0100 Subject: [PATCH] Release bump --- .appveyor.yml | 4 ++-- README.md | 6 +++--- docs/_config.yml | 2 +- docs/index.md | 4 ++-- src/Cutter.pro | 2 +- src/org.radare.Cutter.appdata.xml | 1 + 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3b5bdb01..fbd7490a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: '1.7.3-git-{build}' +version: '1.7.4-git-{build}' image: 'Visual Studio 2015' clone_depth: 1 @@ -37,7 +37,7 @@ install: - cmd: python -m pip install meson==0.48.2 - 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.7.3-%ARCH%.Windows" + - cmd: set "ARTIFACT_NAME=Cutter-v1.7.4-%ARCH%.Windows" - cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" ) before_build: diff --git a/README.md b/README.md index af814f55..53efa177 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Cutter is available for all platforms (Linux, OS X, Windows). You can download the latest release [here](https://github.com/radareorg/cutter/releases). * OSX: Download the latest `.dmg` file. * Windows: Download the latest Zip archive. - * Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.3/Cutter-v1.7.3-x64.Linux.AppImage) file. Then just make it executable and run it: - * `chmod +x Cutter-v1.7.3-x64.Linux.AppImage` - * `./Cutter-v1.7.3-x64.Linux.AppImage` + * Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.4/Cutter-v1.7.4-x64.Linux.AppImage) file. Then just make it executable and run it: + * `chmod +x Cutter-v1.7.4-x64.Linux.AppImage` + * `./Cutter-v1.7.4-x64.Linux.AppImage` ## Building from sources diff --git a/docs/_config.yml b/docs/_config.yml index 63a108d6..ac9941a0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,7 +2,7 @@ name: Cutter title: Cutter project: - version: 1.7.3 + version: 1.7.4 download_url: https://github.com/radareorg/cutter/releases license: diff --git a/docs/index.md b/docs/index.md index c2b6321e..85e443d3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,8 +17,8 @@ You can download the latest release [here](https://github.com/radareorg/cutter/r * 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.7.3-x86_64.AppImage` - * `./Cutter-v1.7.3-x86_64.AppImage` + * `chmod +x Cutter-v1.7.4-x86_64.AppImage` + * `./Cutter-v1.7.4-x86_64.AppImage` --- diff --git a/src/Cutter.pro b/src/Cutter.pro index 157ea64a..83f97c61 100644 --- a/src/Cutter.pro +++ b/src/Cutter.pro @@ -4,7 +4,7 @@ TARGET = Cutter CUTTER_VERSION_MAJOR = 1 CUTTER_VERSION_MINOR = 7 -CUTTER_VERSION_PATCH = 3 +CUTTER_VERSION_PATCH = 4 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 a16bb433..535e3db9 100644 --- a/src/org.radare.Cutter.appdata.xml +++ b/src/org.radare.Cutter.appdata.xml @@ -25,6 +25,7 @@ xarkes +