Skip to content

Commit

Permalink
Bump version to 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Jan 6, 2025
1 parent 40931ed commit 6e2b490
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.17)
set(MEDIAWRITER_MAJOR_VERSION "5")
set(MEDIAWRITER_MINOR_VERSION "2")
# MICRO_VERSION >= 50 means a development version
set(MEDIAWRITER_MICRO_VERSION "2")
set(MEDIAWRITER_MICRO_VERSION "3")
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")

set(QT_MIN_VERSION "6.6.0")
Expand Down
4 changes: 2 additions & 2 deletions src/app/data/org.fedoraproject.MediaWriter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="5.2.2" date="2024-11-29">
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.2</url>
<release version="5.2.3" date="2025-01-06">
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.3</url>
</release>
</releases>
</component>
4 changes: 2 additions & 2 deletions src/app/data/org.fedoraproject.MediaWriter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="5.2.2" date="2024-11-29">
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.2</url>
<release version="5.2.3" date="2025-01-06">
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.3</url>
</release>
</releases>
</component>

0 comments on commit 6e2b490

Please sign in to comment.