mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
version bump+changelog
This commit is contained in:
parent
665007b61f
commit
2b9eabb9d3
@ -10,7 +10,7 @@ else ()
|
|||||||
set (CMAKE_C_STANDARD 99)
|
set (CMAKE_C_STANDARD 99)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
set(VERSION 0.1.8)
|
set(VERSION 0.1.9)
|
||||||
|
|
||||||
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,6 +1,11 @@
|
|||||||
Changelogs
|
Changelogs
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
0.1.9
|
||||||
|
-----
|
||||||
|
|
||||||
|
* [fix ] add explicit C standard (C99), fixes compilation with olders gcc/cmake
|
||||||
|
|
||||||
0.1.8
|
0.1.8
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user