Skip to content

Commit 1aad797

Browse files
authored
Update version number 1.10.3-pre2 -> 1.10.3 (#2185)
1 parent 1eeb2c1 commit 1aad797

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.10.3-pre2-git-{build}'
1+
version: '1.10.3-git-{build}'
22
image: 'Visual Studio 2019'
33
clone_depth: 1
44

@@ -45,7 +45,7 @@ install:
4545
- cmd: python -m pip install meson
4646
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
4747
# Artifacts
48-
- cmd: set "ARTIFACT_NAME=Cutter-v1.10.3-pre2-%ARCH%.Windows"
48+
- cmd: set "ARTIFACT_NAME=Cutter-v1.10.3-%ARCH%.Windows"
4949
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )
5050

5151
before_build:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.10'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.10.3-pre2'
29+
release = '1.10.3'
3030

3131

3232
# -- General configuration ---------------------------------------------------

src/org.radare.Cutter.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<update_contact>xarkes</update_contact>
2626

2727
<releases>
28-
<release version="1.10.3-pre" date="2020-03-24" />
28+
<release version="1.10.3" date="2020-05-08" />
2929
<release version="1.10.2" date="2020-03-10" />
3030
<release version="1.10.1" date="2020-01-31" />
3131
<release version="1.10.0" date="2019-12-20" />

0 commit comments

Comments
 (0)