Skip to content

Commit d5537f9

Browse files
committed
Bump version to 5.2.5
1 parent 7b93cee commit d5537f9

5 files changed

+7
-7
lines changed

CMakeLists.txt

+1-1
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 "4")
12+
set(MEDIAWRITER_MICRO_VERSION "5")
1313
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")
1414

1515
set(QT_MIN_VERSION "6.6.0")

dist/win/mediawriter.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ XPStyle on
2020
# This is the size (in kB) of all the files copied into "Program Files"
2121
#!define INSTALLSIZE
2222

23-
VIProductVersion "0.5.2.4"
23+
VIProductVersion "0.5.2.5"
2424
VIAddVersionKey "ProductName" "${APPNAME}"
2525
VIAddVersionKey "Comments" "${DESCRIPTION}"
2626
VIAddVersionKey "CompanyName" "${COMPANYNAME}"

dist/win/mediawriter_native.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ XPStyle on
2020
# This is the size (in kB) of all the files copied into "Program Files"
2121
#!define INSTALLSIZE
2222

23-
VIProductVersion "0.5.2.4"
23+
VIProductVersion "0.5.2.5"
2424
VIAddVersionKey "ProductName" "${APPNAME}"
2525
VIAddVersionKey "Comments" "${DESCRIPTION}"
2626
VIAddVersionKey "CompanyName" "${COMPANYNAME}"

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

+2-2
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.4" date="2025-04-15">
199-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.3</url>
198+
<release version="5.2.5" date="2025-04-23">
199+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.5</url>
200200
</release>
201201
</releases>
202202
</component>

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

+2-2
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.4" date="2025-04-15">
35-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.3</url>
34+
<release version="5.2.5" date="2025-04-23">
35+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.5</url>
3636
</release>
3737
</releases>
3838
</component>

0 commit comments

Comments
 (0)