We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19c850 commit 51e09ccCopy full SHA for 51e09cc
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
2
project(srtp_decoder)
3
# The version number
4
set (srtp_decoder_VERSION_MAJOR 1)
5
-set (srtp_decoder_VERSION_MINOR 7)
+set (srtp_decoder_VERSION_MINOR 8)
6
# configure a header file to pass some of the CMake settings to the source code
7
configure_file (
8
"${PROJECT_SOURCE_DIR}/src/srtp_decoder.h.in"
0 commit comments