mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Update version to 1.11.0. (#2327)
This commit is contained in:
parent
7ca6a1eda0
commit
00595da5ab
@ -1,4 +1,4 @@
|
|||||||
version: '1.11.0-rc1-git-{build}'
|
version: '1.11.0-git-{build}'
|
||||||
image: 'Visual Studio 2019'
|
image: 'Visual Studio 2019'
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ install:
|
|||||||
- cmd: python -m pip install meson==0.52
|
- cmd: python -m pip install meson==0.52
|
||||||
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
|
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
|
||||||
# Artifacts
|
# Artifacts
|
||||||
- cmd: set "ARTIFACT_NAME=Cutter-v1.11.0-rc1-%ARCH%.Windows"
|
- cmd: set "ARTIFACT_NAME=Cutter-v1.11.0-%ARCH%.Windows"
|
||||||
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )
|
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
|
@ -26,7 +26,7 @@ author = 'The Cutter Developers'
|
|||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = '1.11'
|
version = '1.11'
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '1.11.0-rc1'
|
release = '1.11.0'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<update_contact>xarkes</update_contact>
|
<update_contact>xarkes</update_contact>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.11.0-rc1" type="development" date="2020-07-21" />
|
<release version="1.11.0" date="2020-07-24" />
|
||||||
<release version="1.10.3" date="2020-05-08" />
|
<release version="1.10.3" date="2020-05-08" />
|
||||||
<release version="1.10.2" date="2020-03-10" />
|
<release version="1.10.2" date="2020-03-10" />
|
||||||
<release version="1.10.1" date="2020-01-31" />
|
<release version="1.10.1" date="2020-01-31" />
|
||||||
|
Loading…
Reference in New Issue
Block a user