mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-21 03:48:50 +00:00
Version bump (#777)
This commit is contained in:
parent
c8300812cf
commit
b3aca0810b
@ -1,4 +1,4 @@
|
||||
version: '1.7.1-git-{build}'
|
||||
version: '1.7.2-git-{build}'
|
||||
image: 'Visual Studio 2015'
|
||||
clone_depth: 1
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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`
|
||||
|
||||
---
|
||||
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user