Skip to content

Commit

Permalink
update MEC version to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWinAdmin committed Aug 28, 2023
1 parent e9df51e commit 83f5a56
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 @@ -152,7 +152,7 @@ set(MEDIA_EDITOR_INCS

set(MEDIAEDITOR_VERSION_MAJOR 0)
set(MEDIAEDITOR_VERSION_MINOR 9)
set(MEDIAEDITOR_VERSION_PATCH 7)
set(MEDIAEDITOR_VERSION_PATCH 8)
string(TIMESTAMP MEDIAEDITOR_VERSION_BUILD "%y%m%d")
set(MEDIAEDITOR_VERSION_STRING ${MEDIAEDITOR_VERSION_MAJOR}.${MEDIAEDITOR_VERSION_MINOR}.${MEDIAEDITOR_VERSION_PATCH})
add_definitions(-DMEDIAEDITOR_VERSION_MAJOR=${MEDIAEDITOR_VERSION_MAJOR})
Expand Down

0 comments on commit 83f5a56

Please sign in to comment.