Skip to content

Commit

Permalink
Bump version to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed May 14, 2021
1 parent c6f0cc9 commit 2b9acbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.0)
set(MEDIAWRITER_MAJOR_VERSION "4")
set(MEDIAWRITER_MINOR_VERSION "2")
# MICRO_VERSION >= 50 means a development version
set(MEDIAWRITER_MICRO_VERSION "1")
set(MEDIAWRITER_MICRO_VERSION "2")
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")

set(QT_MIN_VERSION "5.12.0")
Expand Down
1 change: 1 addition & 0 deletions app/data/org.fedoraproject.MediaWriter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="4.2.2" date="2021-05-14"/>
<release version="4.2.1" date="2021-03-22"/>
<release version="4.2.0" date="2021-01-25"/>
</releases>
Expand Down

0 comments on commit 2b9acbd

Please sign in to comment.