mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 04:27:05 +02:00
version bump
This commit is contained in:
parent
4975f90af6
commit
c7b3f47325
2 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,7 @@ else ()
|
|||
set (CMAKE_C_STANDARD 99)
|
||||
endif ()
|
||||
|
||||
set(VERSION 0.2.0)
|
||||
set(VERSION 0.2.1)
|
||||
|
||||
option(DEBUG "compile with debug symbol" OFF)
|
||||
option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
Changelogs
|
||||
==========
|
||||
|
||||
0.2.1
|
||||
-----
|
||||
|
||||
* [fix ] fix compilation for newer GCC (>10.2) (global variable definition issue
|
||||
|
||||
0.2.0
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue