This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch dev-1-0-10
in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git

commit bd4a0543614fd5549ad6d1bfe17f4259a1234ef4
Author: Alan M. Carroll <[email protected]>
AuthorDate: Thu Jan 30 12:46:55 2020 -0600

    Update to 1.0.10
---
 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 f0e766d..53db8ab 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.9"
+PROJECT_NUMBER         = "1.0.10"
 
 # 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 72bdcf6..f92efbe 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.9"
+release = "1.0.10"
 # The short X.Y version.
 version = '.'.join(release.split('.', 2)[:2])
 
diff --git a/swoc++/CMakeLists.txt b/swoc++/CMakeLists.txt
index 81a2c9f..f8a86b3 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.9")
+set(LIBSWOC_VERSION "1.0.10")
 set(CMAKE_CXX_STANDARD 17)
 include(GNUInstallDirs)
 
diff --git a/swoc++/include/swoc/swoc_version.h 
b/swoc++/include/swoc/swoc_version.h
index b3f9963..62b5fef 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 = 9;
+static constexpr unsigned POINT_VERSION = 10;
 } // namespace swoc
diff --git a/swoc++/swoc++.part b/swoc++/swoc++.part
index 8d34df8..14818d2 100644
--- a/swoc++/swoc++.part
+++ b/swoc++/swoc++.part
@@ -1,5 +1,5 @@
 Import("*")
-PartVersion("1.0.9")
+PartVersion("1.0.10")
 PartName("swoc++")
 
 files = [

Reply via email to