From 74ecce8d1a8ef367b1ef629cbd341f2cf39404c5 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 27 Jan 2017 00:36:46 +0100 Subject: [PATCH] verion bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bda169d..1c9ab10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (uts-server) include(ExternalProject) -set(VERSION 0.1.2) +set(VERSION 0.1.3) option(DEBUG "compile with debug symbol" OFF) option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)