Skip to content

Commit 6a84f7e

Browse files
committed
Updated version to 0.2.1 SO 8
1 parent c31fac5 commit 6a84f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ For more information, please visit <http://www.openshot.org/>.
4040
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")
4141

4242
################ PROJECT VERSION ####################
43-
set(PROJECT_VERSION_FULL "0.2.0-dev5")
44-
set(PROJECT_SO_VERSION 7)
43+
set(PROJECT_VERSION_FULL "0.2.1")
44+
set(PROJECT_SO_VERSION 8)
4545

4646
# Remove the dash and anything following, to get the #.#.# version for project()
4747
string(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")

0 commit comments

Comments
 (0)