File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(DROGON_MINOR_VERSION 0)
1515set (DROGON_PATCH_VERSION 0)
1616set (DROGON_VERSION
1717 ${DROGON_MAJOR_VERSION} .${DROGON_MINOR_VERSION} .${DROGON_PATCH_VERSION} )
18- set (PRE_RELEASE_STRING "beta10 " )
18+ set (PRE_RELEASE_STRING "beta11 " )
1919
2020# Offer the user the choice of overriding the installation directories
2121set (INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries" )
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.0.0-beta11] - 2019-11-06
8+
9+ ### Changed
10+
11+ - Delete useless log output
12+
713## [ 1.0.0-beta10] - 2019-11-04
814
915### API change list
@@ -222,7 +228,9 @@ All notable changes to this project will be documented in this file.
222228
223229## [ 1.0.0-beta1] - 2019-06-11
224230
225- [ Unreleased ] : https://github.com/an-tao/drogon/compare/v1.0.0-beta10...HEAD
231+ [ Unreleased ] : https://github.com/an-tao/drogon/compare/v1.0.0-beta11...HEAD
232+
233+ [ 1.0.0-beta11 ] : https://github.com/an-tao/drogon/compare/v1.0.0-beta10...v1.0.0-beta11
226234
227235[ 1.0.0-beta10 ] : https://github.com/an-tao/drogon/compare/v1.0.0-beta9...v1.0.0-beta10
228236
You can’t perform that action at this time.
0 commit comments