version bump

This commit is contained in:
kakwa 2016-09-12 19:35:22 +02:00
parent 050e458b99
commit 8cb54a47c2
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -4,6 +4,11 @@ Changelogs
dev
---
0.0.3
-----
* [fix ] memleak on configuration parameters loading
0.0.2
-----