File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if (KS_PLAT_WIN OR WITH_KS_TEST)
4040endif ()
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)
4444message ("LibKS2 Version ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} " )
4545
4646# Set package version
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments