diff --git a/CMakeLists.txt b/CMakeLists.txt index 31e4c7f..867080b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) project(vinbero_mt_epoll_http C) set(CMAKE_BUILD_TYPE RelWithDebInfo) -set(vinbero_mt_epoll_http_version "0.1.2") +set(vinbero_mt_epoll_http_version "0.1.3") set(vinbero_mt_epoll_http_soversion "0.1") if(CMAKE_VERSION VERSION_LESS "3.1")