Skip to content

Commit a8f9394

Browse files
authored
Merge pull request #176 from signalwire/bump203
Bump version to 2.0.3
2 parents 620a3b8 + d5a6be0 commit a8f9394

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

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

4242
# Declare our project, libks2
43-
project(LibKS2 VERSION 2.0.2 LANGUAGES C CXX)
43+
project(LibKS2 VERSION 2.0.3 LANGUAGES C CXX)
4444
message("LibKS2 Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
4545

4646
# 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.2"
33+
#define KS_VERSION "2.0.3"
3434

3535
/* libks version as a number */
36-
#define KS_VERSION_NUM 20002
36+
#define KS_VERSION_NUM 20003
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.2</libksVersion>
7+
<libksVersion>2.0.3</libksVersion>
88
<libksBuildNumber>0</libksBuildNumber>
99
<libksLibDir>$(BaseDir)../</libksLibDir>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)