This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch dev-1-0-12 in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
commit d6b864e68ad5a192147a4fec6927597c8d8c4b01 Author: Alan M. Carroll <[email protected]> AuthorDate: Sun Feb 16 07:28:16 2020 -0600 Update to 1.0.12 version. --- 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 77b3570..3f76a56 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.11" +PROJECT_NUMBER = "1.0.12" # 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 70eab87..e75006c 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.11" +release = "1.0.12" # The short X.Y version. version = '.'.join(release.split('.', 2)[:2]) diff --git a/swoc++/CMakeLists.txt b/swoc++/CMakeLists.txt index b3bdba2..a5f52fc 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.11") +set(LIBSWOC_VERSION "1.0.12") set(CMAKE_CXX_STANDARD 17) include(GNUInstallDirs) diff --git a/swoc++/include/swoc/swoc_version.h b/swoc++/include/swoc/swoc_version.h index 57ed8bf..925ae60 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 = 11; +static constexpr unsigned POINT_VERSION = 12; } // namespace swoc diff --git a/swoc++/swoc++.part b/swoc++/swoc++.part index 70e3d53..4b12a5b 100644 --- a/swoc++/swoc++.part +++ b/swoc++/swoc++.part @@ -1,7 +1,7 @@ import os Import("*") PartName("libswoc") -PartVersion("1.0.11") +PartVersion("1.0.12") files = [ "src/ArenaWriter.cc",
