Skip to content

Commit 2b9acbd

Browse files
committed
Bump version to 4.2.2
1 parent c6f0cc9 commit 2b9acbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.0)
55
set(MEDIAWRITER_MAJOR_VERSION "4")
66
set(MEDIAWRITER_MINOR_VERSION "2")
77
# MICRO_VERSION >= 50 means a development version
8-
set(MEDIAWRITER_MICRO_VERSION "1")
8+
set(MEDIAWRITER_MICRO_VERSION "2")
99
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")
1010

1111
set(QT_MIN_VERSION "5.12.0")

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

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<update_contact>[email protected]</update_contact>
147147
<content_rating type="oars-1.1"/>
148148
<releases>
149+
<release version="4.2.2" date="2021-05-14"/>
149150
<release version="4.2.1" date="2021-03-22"/>
150151
<release version="4.2.0" date="2021-01-25"/>
151152
</releases>

0 commit comments

Comments
 (0)