From 27b8c75009b4c228aeac2a836b6723f9f73f492e Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 4 Dec 2016 14:32:39 +0100 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 301a492..3b68fd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (uts-server) include(ExternalProject) -set(VERSION 0.1.1) +set(VERSION 0.1.2) option(DEBUG "compile with debug symbol" OFF) option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)