Version bump (#777)

This commit is contained in:
xarkes 2018-10-07 22:45:47 +02:00 committed by GitHub
parent c8300812cf
commit b3aca0810b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 8 deletions

View File

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

View File

@ -9,7 +9,7 @@
| OS/arch/bits (mandatory) | Debian arm 64, Ubuntu x86 32
| File format of the file you reverse (mandatory) | PE, ELF etc.
| Architecture/bits of the file (mandatory) | PPC, x86/32, x86/64 etc.
| Cutter and r2 version, See About Cutter (mandatory) | Version 1.7.1 / Using r2 2.8.0
| Cutter and r2 version, See About Cutter (mandatory) | Version 1.7.2 / Using r2 3.0.0
| Show version information **full output** (See About Cutter) in a pastebin document (mandatory) | https://gist.github.com/
### Expected behavior

View File

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

View File

@ -2,7 +2,7 @@ name: Cutter
title: Cutter
project:
version: 1.7.1
version: 1.7.2
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.1-x86_64.AppImage`
* `./Cutter-v1.7.1-x86_64.AppImage`
* `chmod +x Cutter-v1.7.2-x86_64.AppImage`
* `./Cutter-v1.7.2-x86_64.AppImage`
---

View File

@ -26,6 +26,7 @@
</screenshots>
<url type="homepage">http://beta.rada.re/en/latest/cutter.html</url>
<releases>
<release version="1.7.2" date="2018-10-07" />
<release version="1.7.1" date="2018-08-25" />
<release version="1.7" date="2018-08-17" />
<release version="1.6" date="2018-07-13" />