mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Release bump
This commit is contained in:
parent
f18a22f81d
commit
2d2d4d3346
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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`
|
||||
|
||||
---
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
<update_contact>xarkes</update_contact>
|
||||
|
||||
<releases>
|
||||
<release version="1.7.4" date="2019-01-21" />
|
||||
<release version="1.7.3" date="2018-12-26" />
|
||||
<release version="1.7.2" date="2018-10-07" />
|
||||
<release version="1.7.1" date="2018-08-25" />
|
||||
|
Loading…
Reference in New Issue
Block a user