1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-10 05:34:29 +01:00

version bump

This commit is contained in:
kakwa 2016-09-12 22:59:12 +02:00
parent cada495115
commit 0a8166d380
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
-----