From ca06db0a372b9a91ff6239c735a58921f01b0dba Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 28 Jan 2017 03:28:49 +0100 Subject: [PATCH] update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f63425..07813f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (uts-server) include(ExternalProject) -set(VERSION 0.1.3) +set(VERSION 0.1.4) option(DEBUG "compile with debug symbol" OFF) option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)