From c3eec8c6423b8ed2bac8491c43afe3c6642cf8c1 Mon Sep 17 00:00:00 2001 From: Byeonggon Lee Date: Sun, 16 Dec 2018 05:25:32 +0000 Subject: [PATCH] v0.1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")