version bump

This commit is contained in:
kakwa 2016-09-14 20:23:47 +02:00
parent 3461d11f94
commit 8698856b5f
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ project (uts-server)
include(ExternalProject)
set(VERSION 0.1.0)
set(VERSION 0.1.1)
option(DEBUG "compile with debug symbol" OFF)
option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)

View File

@ -4,6 +4,9 @@ Changelogs
dev
---
0.1.1
-----
* [fix ] correct compilation issues in older gcc/clang caused by missing -D_XOPEN_SOURCE, missing -std and missing headers
* [impr] exit at the first TS_RESP_CTX (OpenSSL TS response context) initialization failed.