Skip to content

Commit 83f5a56

Browse files
committed
update MEC version to 0.9.8
1 parent e9df51e commit 83f5a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ set(MEDIA_EDITOR_INCS
152152

153153
set(MEDIAEDITOR_VERSION_MAJOR 0)
154154
set(MEDIAEDITOR_VERSION_MINOR 9)
155-
set(MEDIAEDITOR_VERSION_PATCH 7)
155+
set(MEDIAEDITOR_VERSION_PATCH 8)
156156
string(TIMESTAMP MEDIAEDITOR_VERSION_BUILD "%y%m%d")
157157
set(MEDIAEDITOR_VERSION_STRING ${MEDIAEDITOR_VERSION_MAJOR}.${MEDIAEDITOR_VERSION_MINOR}.${MEDIAEDITOR_VERSION_PATCH})
158158
add_definitions(-DMEDIAEDITOR_VERSION_MAJOR=${MEDIAEDITOR_VERSION_MAJOR})

0 commit comments

Comments
 (0)