Update version to 1.10.3-pre2 . (#2171)

This commit is contained in:
karliss 2020-04-29 23:17:22 +03:00 committed by GitHub
parent d6be2624d3
commit a3661fa259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
version: '1.10.3-pre-git-{build}' version: '1.10.3-pre2-git-{build}'
image: 'Visual Studio 2017' image: 'Visual Studio 2017'
clone_depth: 1 clone_depth: 1
@ -45,7 +45,7 @@ install:
- cmd: python -m pip install meson - 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 ." - 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.10.3-pre-%ARCH%.Windows" - cmd: set "ARTIFACT_NAME=Cutter-v1.10.3-pre2-%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:

View File

@ -26,7 +26,7 @@ author = 'The Cutter Developers'
# The short X.Y version # The short X.Y version
version = '1.10' version = '1.10'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '1.10.3-pre' release = '1.10.3-pre2'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -18,7 +18,7 @@ download the latest release
- OSX: Download the latest ``.dmg`` file. - OSX: Download the latest ``.dmg`` file.
- Windows: Download the latest archive. - Windows: Download the latest archive.
- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.10.3-pre-x86_64.AppImage`` - Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.10.3-x86_64.AppImage``
Building from sources Building from sources