Skip to content

Commit 091e21f

Browse files
committed
Bump version to 5.2.7
1 parent 3e9cf14 commit 091e21f

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 "6")
12+
set(MEDIAWRITER_MICRO_VERSION "7")
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
@@ -200,8 +200,8 @@
200200
<update_contact>[email protected]</update_contact>
201201
<content_rating type="oars-1.1"/>
202202
<releases>
203-
<release version="5.2.6" date="2025-06-19">
204-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.6</url>
203+
<release version="5.2.7" date="2025-07-01">
204+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.7</url>
205205
</release>
206206
</releases>
207207
</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>[email protected]</update_contact>
3333
<content_rating type="oars-1.1"/>
3434
<releases>
35-
<release version="5.2.6" date="2025-06-19">
36-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.6</url>
35+
<release version="5.2.7" date="2025-07-01">
36+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.7</url>
3737
</release>
3838
</releases>
3939
</component>

0 commit comments

Comments
 (0)