Skip to content

Commit

Permalink
Update to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Aug 25, 2022
1 parent c72b920 commit ebd2df4
Showing 1 changed file with 1 addition and 1 deletion.
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 "2")
set(MEDIAWRITER_MICRO_VERSION "3")
set(MEDIAWRITER_VERSION "${MEDIAWRITER_MAJOR_VERSION}.${MEDIAWRITER_MINOR_VERSION}.${MEDIAWRITER_MICRO_VERSION}")

set(QT_MIN_VERSION "6.2.0")
Expand Down

0 comments on commit ebd2df4

Please sign in to comment.