Skip to content

Commit 9b8d28d

Browse files
committed
Bump version to 5.2.4
1 parent e4187b0 commit 9b8d28d

File tree

5 files changed

+5
-5
lines changed

5 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 "3")
12+
set(MEDIAWRITER_MICRO_VERSION "4")
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

Lines changed: 1 addition & 1 deletion
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.3"
23+
VIProductVersion "0.5.2.4"
2424
VIAddVersionKey "ProductName" "${APPNAME}"
2525
VIAddVersionKey "Comments" "${DESCRIPTION}"
2626
VIAddVersionKey "CompanyName" "${COMPANYNAME}"

dist/win/mediawriter_native.nsi

Lines changed: 1 addition & 1 deletion
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.3"
23+
VIProductVersion "0.5.2.4"
2424
VIAddVersionKey "ProductName" "${APPNAME}"
2525
VIAddVersionKey "Comments" "${DESCRIPTION}"
2626
VIAddVersionKey "CompanyName" "${COMPANYNAME}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<update_contact>[email protected]</update_contact>
196196
<content_rating type="oars-1.1"/>
197197
<releases>
198-
<release version="5.2.3" date="2025-01-06">
198+
<release version="5.2.4" date="2025-04-15">
199199
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.3</url>
200200
</release>
201201
</releases>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<update_contact>[email protected]</update_contact>
3232
<content_rating type="oars-1.1"/>
3333
<releases>
34-
<release version="5.2.3" date="2025-01-06">
34+
<release version="5.2.4" date="2025-04-15">
3535
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.3</url>
3636
</release>
3737
</releases>

0 commit comments

Comments
 (0)