Skip to content

Commit

Permalink
Merge pull request #198 from signalwire/v204
Browse files Browse the repository at this point in the history
Bump version to 2.0.4
  • Loading branch information
andywolk authored Feb 19, 2024
2 parents 2653d51 + de9b4cd commit 6241845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (KS_PLAT_WIN OR WITH_KS_TEST)
endif()

# Declare our project, libks2
project(LibKS2 VERSION 2.0.3 LANGUAGES C CXX)
project(LibKS2 VERSION 2.0.4 LANGUAGES C CXX)
message("LibKS2 Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")

# Set package version
Expand Down
4 changes: 2 additions & 2 deletions src/include/libks/ks.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
#endif

/* libks version as a string */
#define KS_VERSION "2.0.3"
#define KS_VERSION "2.0.4"

/* libks version as a number */
#define KS_VERSION_NUM 20003
#define KS_VERSION_NUM 20004

/* Use this to allow enabling TCP_KEEPIDLE and TCP_KEEPINTVL socket options */
//#define KS_KEEP_IDLE_INTVL 1
Expand Down
2 changes: 1 addition & 1 deletion win/libks-version.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
</ImportGroup>
<PropertyGroup Label="UserMacros">
<libksVersion>2.0.3</libksVersion>
<libksVersion>2.0.4</libksVersion>
<libksBuildNumber>0</libksBuildNumber>
<libksLibDir>$(BaseDir)../</libksLibDir>
</PropertyGroup>
Expand Down

0 comments on commit 6241845

Please sign in to comment.