version bump

This commit is contained in:
kakwa 2016-09-12 00:44:58 +02:00
parent 056eb5815d
commit 8579c06d00
3 changed files with 12 additions and 5 deletions

View File

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

View File

@ -1,10 +1,17 @@
Changelogs
==========
dev
---
0.0.2
-----
* [fix ] Fix loading of certificate in case of relative path
0.0.1
-----
* First version
* First version
dev
---

View File

@ -50,7 +50,7 @@ copyright = u'2016, Pierre-Francois Carpentier'
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
release = '0.0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.