Skip to content

Commit 51e09cc

Browse files
committed
open version 1.8
1 parent f19c850 commit 51e09cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
22
project(srtp_decoder)
33
# The version number
44
set (srtp_decoder_VERSION_MAJOR 1)
5-
set (srtp_decoder_VERSION_MINOR 7)
5+
set (srtp_decoder_VERSION_MINOR 8)
66
# configure a header file to pass some of the CMake settings to the source code
77
configure_file (
88
"${PROJECT_SOURCE_DIR}/src/srtp_decoder.h.in"

0 commit comments

Comments
 (0)