Skip to content

Commit

Permalink
Version 1.10.0 (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Dec 20, 2019
1 parent 45f7c78 commit c0d4fda
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.9.0-git-{build}'
version: '1.10.0-git-{build}'
image: 'Visual Studio 2017'
clone_depth: 1

Expand Down Expand Up @@ -41,7 +41,7 @@ install:
- cmd: python -m pip install meson
- 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.9.0-%ARCH%.Windows"
- cmd: set "ARTIFACT_NAME=Cutter-v1.10.0-%ARCH%.Windows"
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )

before_build:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'The Cutter Developers'

# The short X.Y version
version = '1.9'
version = '1.10'
# The full version, including alpha/beta/rc tags
release = '1.9.0'
release = '1.10.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ download the latest release

- 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.9.0-x86_64.AppImage``
- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.10.0-x86_64.AppImage``


Building from sources
Expand Down
2 changes: 1 addition & 1 deletion src/Cutter.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TEMPLATE = app
TARGET = Cutter

CUTTER_VERSION_MAJOR = 1
CUTTER_VERSION_MINOR = 9
CUTTER_VERSION_MINOR = 10
CUTTER_VERSION_PATCH = 0

VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PATCH}
Expand Down
1 change: 1 addition & 0 deletions src/org.radare.Cutter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<update_contact>xarkes</update_contact>

<releases>
<release version="1.10.0" date="2019-12-20" />
<release version="1.9.0" date="2019-09-06" />
<release version="1.8.3" date="2019-07-01" />
<release version="1.8.2" date="2019-05-20" />
Expand Down

0 comments on commit c0d4fda

Please sign in to comment.