Skip to content

Commit ccd79a2

Browse files
authored
Merge pull request #252 from signalwire/v209
Bump version to 2.0.9
2 parents b56807f + 3449170 commit ccd79a2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (KS_PLAT_WIN OR WITH_KS_TEST)
4343
endif()
4444

4545
# Declare our project, libks2
46-
project(LibKS2 VERSION 2.0.8 LANGUAGES C CXX)
46+
project(LibKS2 VERSION 2.0.9 LANGUAGES C CXX)
4747
message("LibKS2 Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
4848

4949
# Set package version

src/include/libks/ks.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
#endif
3131

3232
/* libks version as a string */
33-
#define KS_VERSION "2.0.8"
33+
#define KS_VERSION "2.0.9"
3434

3535
/* libks version as a number */
36-
#define KS_VERSION_NUM 20008
36+
#define KS_VERSION_NUM 20009
3737

3838
/* Use this to allow enabling TCP_KEEPIDLE and TCP_KEEPINTVL socket options */
3939
//#define KS_KEEP_IDLE_INTVL 1

win/libks-version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
55
</ImportGroup>
66
<PropertyGroup Label="UserMacros">
7-
<libksVersion>2.0.8</libksVersion>
7+
<libksVersion>2.0.9</libksVersion>
88
<libksBuildNumber>0</libksBuildNumber>
99
<libksLibDir>$(BaseDir)../</libksLibDir>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)