Skip to content

Commit

Permalink
Bump version to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Mar 3, 2024
1 parent 90c1bf0 commit 209c26b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.3.3-git-{build}'
version: '2.3.4-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 @@ -37,7 +37,7 @@ endif()

set(CUTTER_VERSION_MAJOR 2)
set(CUTTER_VERSION_MINOR 3)
set(CUTTER_VERSION_PATCH 3)
set(CUTTER_VERSION_PATCH 4)

set(CUTTER_VERSION "${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.3'
# The full version, including a2lpha/beta/rc tags
release = '2.3.3'
release = '2.3.4'


# -- 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.3.4" date="2024-03-04" />
<release version="2.3.3" date="2024-02-24" />
<release version="2.3.2" date="2023-09-14" />
<release version="2.3.1" date="2023-08-20" />
Expand Down

0 comments on commit 209c26b

Please sign in to comment.