File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 44#
55# @section LICENSE
66#
7- # Copyright (c) 2008-2014 OpenShot Studios, LLC
7+ # Copyright (c) 2008-2019 OpenShot Studios, LLC
88# <http://www.openshotstudios.com/>. This file is part of
99# OpenShot Library (libopenshot), an open-source project dedicated to
1010# delivering high quality video editing and animation solutions to the
@@ -59,13 +59,17 @@ STRING(REGEX REPLACE "#define[ ]+OPENSHOT_VERSION_MINOR[ ]+([0-9]+);(.*)" "\\1"
5959STRING (REGEX REPLACE "#define[ ]+OPENSHOT_VERSION_BUILD[ ]+([0-9]+);(.*)" "\\ 1" BUILD_VERSION "${LINE_BUILD} " )
6060STRING (REGEX REPLACE "#define[ ]+OPENSHOT_VERSION_SO[ ]+([0-9]+);(.*)" "\\ 1" SO_VERSION "${LINE_SO} " )
6161
62+ message (STATUS "MAJOR Version: ${MAJOR_VERSION} " )
63+ message (STATUS "MINOR Version: ${MINOR_VERSION} " )
64+ message (STATUS "BUILD Version: ${BUILD_VERSION} " )
65+ message (STATUS "SO/API/ABI Version: ${SO_VERSION} " )
6266message (STATUS "Determining Version Number - done" )
6367
6468################### SETUP PROJECT ###################
6569PROJECT (libopenshot LANGUAGES CXX
6670 VERSION ${MAJOR_VERSION} .${MINOR_VERSION} .${BUILD_VERSION} )
6771
68- message ("\
72+ message ("
6973Generating build files for OpenShot
7074 Building ${PROJECT_NAME} (version ${PROJECT_VERSION} )
7175 SO/API/ABI Version: ${SO_VERSION}
You can’t perform that action at this time.
0 commit comments