Release 1.7.3 (#1027)

This commit is contained in:
xarkes 2018-12-26 11:41:31 +01:00 committed by GitHub
parent 75b2f82136
commit af7df8212b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
version: '1.7.2-git-{build}'
version: '1.7.3-git-{build}'
image: 'Visual Studio 2015'
clone_depth: 1

View File

@ -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.2/Cutter-v1.7.2-x86_64.Linux.AppImage) file. Then just make it executable and run it:
* `chmod +x Cutter-v1.7.2-x86_64.Linux.AppImage`
* `./Cutter-v1.7.2-x86_64.Linux.AppImage`
* Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.3/Cutter-v1.7.3-x86_64.Linux.AppImage) file. Then just make it executable and run it:
* `chmod +x Cutter-v1.7.3-x86_64.Linux.AppImage`
* `./Cutter-v1.7.3-x86_64.Linux.AppImage`
## Building from sources

View File

@ -2,7 +2,7 @@ name: Cutter
title: Cutter
project:
version: 1.7.2
version: 1.7.3
download_url: https://github.com/radareorg/cutter/releases
license:

View File

@ -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.2-x86_64.AppImage`
* `./Cutter-v1.7.2-x86_64.AppImage`
* `chmod +x Cutter-v1.7.3-x86_64.AppImage`
* `./Cutter-v1.7.3-x86_64.AppImage`
---