From 0cacce58fc279bd47faddf7bf7ed967d1f851073 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 29 Jan 2017 17:46:54 +0100 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- ChangeLog.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0d2e9e..e5c62cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (uts-server) include(ExternalProject) -set(VERSION 0.1.4) +set(VERSION 0.1.5) option(DEBUG "compile with debug symbol" OFF) option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF) diff --git a/ChangeLog.rst b/ChangeLog.rst index aa257a4..0c88c96 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,11 @@ Changelogs ========== +0.1.5 +----- + +* [impr] add support for a static build + 0.1.4 -----