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 19:35:22 +02:00
parent 6550551230
commit 8b5906f550
2 changed files with 6 additions and 1 deletions

View File

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

View File

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