Skip to content

Commit

Permalink
Merge pull request #166 from signalwire/bump202
Browse files Browse the repository at this point in the history
Bump version to 2.0.2
  • Loading branch information
andywolk authored Jul 18, 2023
2 parents 0783723 + bdb7968 commit a5c8a01
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.1 LANGUAGES C CXX)
project(LibKS2 VERSION 2.0.2 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.1"
#define KS_VERSION "2.0.2"

/* libks version as a number */
#define KS_VERSION_NUM 20001
#define KS_VERSION_NUM 20002

/* 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.1</libksVersion>
<libksVersion>2.0.2</libksVersion>
<libksBuildNumber>0</libksBuildNumber>
<libksLibDir>$(BaseDir)../</libksLibDir>
</PropertyGroup>
Expand Down

0 comments on commit a5c8a01

Please sign in to comment.