Skip to content

Commit 6e2b490

Browse files
committed
Bump version to 5.2.3
1 parent 40931ed commit 6e2b490

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.17)
99
set(MEDIAWRITER_MAJOR_VERSION "5")
1010
set(MEDIAWRITER_MINOR_VERSION "2")
1111
# MICRO_VERSION >= 50 means a development version
12-
set(MEDIAWRITER_MICRO_VERSION "2")
12+
set(MEDIAWRITER_MICRO_VERSION "3")
1313
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")
1414

1515
set(QT_MIN_VERSION "6.6.0")

src/app/data/org.fedoraproject.MediaWriter.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@
195195
<update_contact>[email protected]</update_contact>
196196
<content_rating type="oars-1.1"/>
197197
<releases>
198-
<release version="5.2.2" date="2024-11-29">
199-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.2</url>
198+
<release version="5.2.3" date="2025-01-06">
199+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.3</url>
200200
</release>
201201
</releases>
202202
</component>

src/app/data/org.fedoraproject.MediaWriter.appdata.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<update_contact>[email protected]</update_contact>
3232
<content_rating type="oars-1.1"/>
3333
<releases>
34-
<release version="5.2.2" date="2024-11-29">
35-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.2</url>
34+
<release version="5.2.3" date="2025-01-06">
35+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.3</url>
3636
</release>
3737
</releases>
3838
</component>

0 commit comments

Comments
 (0)