Skip to content

Commit

Permalink
Update version to 2.0.5 and rizin stable (before 0.3.2) (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored and thestr4ng3r committed Dec 26, 2021
1 parent 9de1d56 commit 7dfc289
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2.0.4-git-{build}'
version: '2.0.5-git-{build}'
image: 'Visual Studio 2017'
clone_depth: 1

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()

set(CUTTER_VERSION_MAJOR 2)
set(CUTTER_VERSION_MINOR 0)
set(CUTTER_VERSION_PATCH 4)
set(CUTTER_VERSION_PATCH 5)

set(CUTTER_VERSION_FULL "${CUTTER_VERSION_MAJOR}.${CUTTER_VERSION_MINOR}.${CUTTER_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '2.0'
# The full version, including a2lpha/beta/rc tags
release = '2.0.4'
release = '2.0.5'


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions src/re.rizin.cutter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<update_contact>xarkes</update_contact>

<releases>
<release version="2.0.5" date="2021-12-26" />
<release version="2.0.4" date="2021-11-18" />
<release version="2.0.3" date="2021-09-25" />
<release version="2.0.2" date="2021-04-25" />
Expand Down

0 comments on commit 7dfc289

Please sign in to comment.