Skip to content

Commit ae87f3a

Browse files
committed
Bump version 5.2.6
1 parent 9d004c2 commit ae87f3a

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 "5")
12+
set(MEDIAWRITER_MICRO_VERSION "6")
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
@@ -197,8 +197,8 @@
197197
<update_contact>jgrulich@redhat.com</update_contact>
198198
<content_rating type="oars-1.1"/>
199199
<releases>
200-
<release version="5.2.5" date="2025-04-23">
201-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.5</url>
200+
<release version="5.2.6" date="2025-06-19">
201+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.6</url>
202202
</release>
203203
</releases>
204204
</component>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<update_contact>jgrulich@redhat.com</update_contact>
3333
<content_rating type="oars-1.1"/>
3434
<releases>
35-
<release version="5.2.5" date="2025-04-23">
36-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.5</url>
35+
<release version="5.2.6" date="2025-06-19">
36+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.6</url>
3737
</release>
3838
</releases>
3939
</component>

0 commit comments

Comments
 (0)