Skip to content

Commit dbfdfa3

Browse files
committed
Bump version 5.2.8
1 parent a613698 commit dbfdfa3

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 "7")
12+
set(MEDIAWRITER_MICRO_VERSION "8")
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>jgrulich@redhat.com</update_contact>
201201
<content_rating type="oars-1.1"/>
202202
<releases>
203-
<release version="5.2.7" date="2025-07-01">
204-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.7</url>
203+
<release version="5.2.8" date="2025-07-23">
204+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.8</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>jgrulich@redhat.com</update_contact>
3333
<content_rating type="oars-1.1"/>
3434
<releases>
35-
<release version="5.2.7" date="2025-07-01">
36-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.7</url>
35+
<release version="5.2.8" date="2025-07-23">
36+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.8</url>
3737
</release>
3838
</releases>
3939
</component>

0 commit comments

Comments
 (0)