Skip to content

Commit

Permalink
Update version to 1.11.1 (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Aug 13, 2020
1 parent f6bbf2a commit 9a822ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install:
- cmd: where meson.exe
- 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.11.1-rc1-%ARCH%.Windows"
- cmd: set "ARTIFACT_NAME=Cutter-v1.11.1-%ARCH%.Windows"
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )

before_build:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '1.11'
# The full version, including alpha/beta/rc tags
release = '1.11.1-rc1'
release = '1.11.1'


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


Building from sources
Expand Down
2 changes: 1 addition & 1 deletion src/org.radare.Cutter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<update_contact>xarkes</update_contact>

<releases>
<release version="1.11.1-rc1" type="development" date="2020-08-11" />
<release version="1.11.1" date="2020-08-13" />
<release version="1.11.0" date="2020-07-24" />
<release version="1.10.3" date="2020-05-08" />
<release version="1.10.2" date="2020-03-10" />
Expand Down

0 comments on commit 9a822ec

Please sign in to comment.