Update drogon version to v1.0.0-beta11
This commit is contained in:
parent
944d1e786d
commit
139d2db02b
|
@ -15,7 +15,7 @@ set(DROGON_MINOR_VERSION 0)
|
|||
set(DROGON_PATCH_VERSION 0)
|
||||
set(DROGON_VERSION
|
||||
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
|
||||
set(PRE_RELEASE_STRING "beta10")
|
||||
set(PRE_RELEASE_STRING "beta11")
|
||||
|
||||
# Offer the user the choice of overriding the installation directories
|
||||
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")
|
||||
|
|
10
ChangeLog.md
10
ChangeLog.md
|
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0-beta11] - 2019-11-06
|
||||
|
||||
### Changed
|
||||
|
||||
- Delete useless log output
|
||||
|
||||
## [1.0.0-beta10] - 2019-11-04
|
||||
|
||||
### API change list
|
||||
|
@ -222,7 +228,9 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [1.0.0-beta1] - 2019-06-11
|
||||
|
||||
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta10...HEAD
|
||||
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta11...HEAD
|
||||
|
||||
[1.0.0-beta11]: https://github.com/an-tao/drogon/compare/v1.0.0-beta10...v1.0.0-beta11
|
||||
|
||||
[1.0.0-beta10]: https://github.com/an-tao/drogon/compare/v1.0.0-beta9...v1.0.0-beta10
|
||||
|
||||
|
|
Loading…
Reference in New Issue