Version 1.10.3-pre

This commit is contained in:
itayc0hen 2020-03-24 13:00:36 +02:00
parent fa4be70b0c
commit 8501d03615
5 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
version: '1.10.2-git-{build}' version: '1.10.3-pre-git-{build}'
image: 'Visual Studio 2017' image: 'Visual Studio 2017'
clone_depth: 1 clone_depth: 1
@ -41,7 +41,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.2-%ARCH%.Windows" - cmd: set "ARTIFACT_NAME=Cutter-v1.10.3-pre-%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.2' release = '1.10.3-pre'
# -- 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.2-x86_64.AppImage`` - Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.10.3-pre-x86_64.AppImage``
Building from sources Building from sources

View File

@ -4,7 +4,7 @@ TARGET = Cutter
CUTTER_VERSION_MAJOR = 1 CUTTER_VERSION_MAJOR = 1
CUTTER_VERSION_MINOR = 10 CUTTER_VERSION_MINOR = 10
CUTTER_VERSION_PATCH = 2 CUTTER_VERSION_PATCH = 3
VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PATCH} VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PATCH}

View File

@ -25,6 +25,7 @@
<update_contact>xarkes</update_contact> <update_contact>xarkes</update_contact>
<releases> <releases>
<release version="1.10.3-pre" date="2020-03-24" />
<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" />
<release version="1.10.0" date="2019-12-20" /> <release version="1.10.0" date="2019-12-20" />