Skip to content

Commit 4080e2d

Browse files
committed
Update to 5.0.4
1 parent e5e4c49 commit 4080e2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 "0")
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.2.0")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@
169169
<update_contact>[email protected]</update_contact>
170170
<content_rating type="oars-1.1"/>
171171
<releases>
172-
<release version="5.0.13" date="2022-08-25"/>
172+
<release version="5.0.4" date="2022-10-26"/>
173173
</releases>
174174
</application>

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

Lines changed: 1 addition & 1 deletion
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.4" date="2022-10-26"/>
3333
</releases>
3434
</application>

0 commit comments

Comments
 (0)