Set version to 114

This commit is contained in:
Vinnie Falco
2017-09-10 14:35:52 -07:00
parent c388a92227
commit 60a33019d4
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Version 114:
(No changes)
--------------------------------------------------------------------------------
Version 113:
* Fix handler signature in async_read_header

View File

@@ -9,7 +9,7 @@
cmake_minimum_required (VERSION 3.5.2)
project (Beast VERSION 113)
project (Beast VERSION 114)
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
option (Beast_BUILD_EXAMPLES "Build examples" ON)