From 8cb54a47c2602e4fdf1defcc9c2ec64929f2e959 Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 12 Sep 2016 19:35:22 +0200 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- ChangeLog.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 607e8b8..bad3aa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/ChangeLog.rst b/ChangeLog.rst index cff05db..e1b59d5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -4,6 +4,11 @@ Changelogs dev --- +0.0.3 +----- + +* [fix ] memleak on configuration parameters loading + 0.0.2 -----