mirror of
https://github.com/kakwa/uts-server
synced 2025-01-08 12:44:30 +01:00
version bump
This commit is contained in:
parent
056eb5815d
commit
8579c06d00
@ -3,7 +3,7 @@ project (uts-server)
|
|||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
|
|
||||||
|
|
||||||
set(VERSION 0.0.1)
|
set(VERSION 0.0.2)
|
||||||
|
|
||||||
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)
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
Changelogs
|
Changelogs
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
dev
|
||||||
|
---
|
||||||
|
|
||||||
|
0.0.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
* [fix ] Fix loading of certificate in case of relative path
|
||||||
|
|
||||||
0.0.1
|
0.0.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
* First version
|
* First version
|
||||||
|
|
||||||
|
|
||||||
dev
|
|
||||||
---
|
|
||||||
|
@ -50,7 +50,7 @@ copyright = u'2016, Pierre-Francois Carpentier'
|
|||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user