Skip to content

Commit b453522

Browse files
committed
Version 1.9.0
1 parent 33d97ee commit b453522

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.8.4-git-{build}'
1+
version: '1.9.0-git-{build}'
22
image: 'Visual Studio 2017'
33
clone_depth: 1
44

@@ -41,7 +41,7 @@ install:
4141
- cmd: python -m pip install meson
4242
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
4343
# Artifacts
44-
- cmd: set "ARTIFACT_NAME=Cutter-v1.8.4-%ARCH%.Windows"
44+
- cmd: set "ARTIFACT_NAME=Cutter-v1.9.0-%ARCH%.Windows"
4545
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )
4646

4747
before_build:

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ download the latest release
1717
`here <https://github.com/radareorg/cutter/releases>`__.
1818
- OSX: Download the latest ``.dmg`` file.
1919
- Windows: Download the latest archive.
20-
- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.8.4-x86_64.AppImage``
20+
- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.9.0-x86_64.AppImage``
2121

2222

2323
Building from sources

src/Cutter.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ TEMPLATE = app
33
TARGET = Cutter
44

55
CUTTER_VERSION_MAJOR = 1
6-
CUTTER_VERSION_MINOR = 8
7-
CUTTER_VERSION_PATCH = 4
6+
CUTTER_VERSION_MINOR = 9
7+
CUTTER_VERSION_PATCH = 0
88

99
VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PATCH}
1010

src/org.radare.Cutter.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<update_contact>xarkes</update_contact>
2626

2727
<releases>
28+
<release version="1.9.0" date="2019-09-06" />
2829
<release version="1.8.3" date="2019-07-01" />
2930
<release version="1.8.2" date="2019-05-20" />
3031
<release version="1.8.1" date="2019-04-14" />

0 commit comments

Comments
 (0)