version bump

This commit is contained in:
kakwa 2016-09-12 22:59:12 +02:00
parent 82aa9b530b
commit 930a6c069a
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -4,6 +4,13 @@ Changelogs
dev
---
0.1.0
-----
* [impr] adding various goodies (init scripts)
* [impr] safer crypto algorithm in configuration file
* [impr] removing useless default_tsa parameter in configuration file
0.0.3
-----