Skip to content

Commit

Permalink
Update to 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Oct 26, 2022
1 parent e5e4c49 commit 4080e2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.17)
set(MEDIAWRITER_MAJOR_VERSION "5")
set(MEDIAWRITER_MINOR_VERSION "0")
# MICRO_VERSION >= 50 means a development version
set(MEDIAWRITER_MICRO_VERSION "3")
set(MEDIAWRITER_MICRO_VERSION "4")
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")

set(QT_MIN_VERSION "6.2.0")
Expand Down
2 changes: 1 addition & 1 deletion src/app/data/org.fedoraproject.MediaWriter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="5.0.13" date="2022-08-25"/>
<release version="5.0.4" date="2022-10-26"/>
</releases>
</application>
2 changes: 1 addition & 1 deletion src/app/data/org.fedoraproject.MediaWriter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="5.0.1" date="2022-05-13"/>
<release version="5.0.4" date="2022-10-26"/>
</releases>
</application>

0 comments on commit 4080e2d

Please sign in to comment.