This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch dev-1-0-11 in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
commit 5aef130d47c4094dd0e0dab230b04e3f679a6416 Author: Alan M. Carroll <[email protected]> AuthorDate: Thu Jan 30 16:06:23 2020 -0600 Update to 1.0.11. --- doc/Doxyfile | 2 +- doc/conf.py | 2 +- swoc++/CMakeLists.txt | 2 +- swoc++/include/swoc/swoc_version.h | 2 +- swoc++/swoc++.part | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 53db8ab..77b3570 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "LibSWOC++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.0.10" +PROJECT_NUMBER = "1.0.11" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/conf.py b/doc/conf.py index f92efbe..70eab87 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -80,7 +80,7 @@ project = u'Solid Wall Of C++' copyright = u'{}, [email protected]'.format(date.today().year) # The full version, including alpha/beta/rc tags. -release = "1.0.10" +release = "1.0.11" # The short X.Y version. version = '.'.join(release.split('.', 2)[:2]) diff --git a/swoc++/CMakeLists.txt b/swoc++/CMakeLists.txt index f8a86b3..b3bdba2 100644 --- a/swoc++/CMakeLists.txt +++ b/swoc++/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project(lib-swoc++ CXX) -set(LIBSWOC_VERSION "1.0.10") +set(LIBSWOC_VERSION "1.0.11") set(CMAKE_CXX_STANDARD 17) include(GNUInstallDirs) diff --git a/swoc++/include/swoc/swoc_version.h b/swoc++/include/swoc/swoc_version.h index 62b5fef..57ed8bf 100644 --- a/swoc++/include/swoc/swoc_version.h +++ b/swoc++/include/swoc/swoc_version.h @@ -39,5 +39,5 @@ namespace swoc { static constexpr unsigned MAJOR_VERSION = 1; static constexpr unsigned MINOR_VERSION = 0; -static constexpr unsigned POINT_VERSION = 10; +static constexpr unsigned POINT_VERSION = 11; } // namespace swoc diff --git a/swoc++/swoc++.part b/swoc++/swoc++.part index 14818d2..1520a6e 100644 --- a/swoc++/swoc++.part +++ b/swoc++/swoc++.part @@ -1,5 +1,5 @@ Import("*") -PartVersion("1.0.10") +PartVersion("1.0.11") PartName("swoc++") files = [
