Skip to content

Commit 46fb4d9

Browse files
committed
Bump version to 5.2.1
1 parent 6508e5d commit 46fb4d9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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 "0")
12+
set(MEDIAWRITER_MICRO_VERSION "1")
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.0"
23+
VIProductVersion "0.5.2.1"
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.0"
23+
VIProductVersion "0.5.2.1"
2424
VIAddVersionKey "ProductName" "${APPNAME}"
2525
VIAddVersionKey "Comments" "${DESCRIPTION}"
2626
VIAddVersionKey "CompanyName" "${COMPANYNAME}"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
<update_contact>[email protected]</update_contact>
195195
<content_rating type="oars-1.1"/>
196196
<releases>
197-
<release version="5.2.0" date="2024-11-22">
198-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.0</url>
197+
<release version="5.2.1" date="2024-11-25">
198+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.1</url>
199199
</release>
200200
</releases>
201201
</component>

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

Lines changed: 2 additions & 2 deletions
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.0" date="2024-11-22">
35-
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.0</url>
34+
<release version="5.2.1" date="2024-11-25">
35+
<url>https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.1</url>
3636
</release>
3737
</releases>
3838
</component>

0 commit comments

Comments
 (0)