Skip to content

Commit

Permalink
Bump version to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andywolk committed Jul 23, 2024
1 parent bcaa08f commit fb4d1f6
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.5 LANGUAGES C CXX)
project(LibKS2 VERSION 2.0.6 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.5"
#define KS_VERSION "2.0.6"

/* libks version as a number */
#define KS_VERSION_NUM 20005
#define KS_VERSION_NUM 20006

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

0 comments on commit fb4d1f6

Please sign in to comment.