File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- version : ' 1.8.4 -git-{build}'
1+ version : ' 1.9.0 -git-{build}'
22image : ' Visual Studio 2017'
33clone_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
4747before_build :
Original file line number Diff line number Diff 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
2323Building from sources
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ TEMPLATE = app
33TARGET = Cutter
44
55CUTTER_VERSION_MAJOR = 1
6- CUTTER_VERSION_MINOR = 8
7- CUTTER_VERSION_PATCH = 4
6+ CUTTER_VERSION_MINOR = 9
7+ CUTTER_VERSION_PATCH = 0
88
99VERSION = $${CUTTER_VERSION_MAJOR }. $${CUTTER_VERSION_MINOR }. $${CUTTER_VERSION_PATCH }
1010
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments