Skip to content

Commit 0cfe874

Browse files
committed
Bump to 5.0.2
1 parent 273b7e1 commit 0cfe874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 "0")
1111
# MICRO_VERSION >= 50 means a development version
12-
set(MEDIAWRITER_MICRO_VERSION "1")
12+
set(MEDIAWRITER_MICRO_VERSION "2")
1313
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")
1414

1515
set(QT_MIN_VERSION "6.2.0")

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@
158158
<update_contact>[email protected]</update_contact>
159159
<content_rating type="oars-1.1"/>
160160
<releases>
161-
<release version="5.0.1" date="2022-05-13"/>
161+
<release version="5.0.2" date="2022-06-20"/>
162162
</releases>
163163
</application>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<update_contact>[email protected]</update_contact>
3030
<content_rating type="oars-1.1"/>
3131
<releases>
32-
<release version="5.0.1" date="2022-05-13"/>
32+
<release version="5.0.2" date="2022-06-20"/>
3333
</releases>
3434
</application>

0 commit comments

Comments
 (0)