This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new df2b050589 libswoc version update: 1.5.14 (#12097)
df2b050589 is described below
commit df2b050589f8636936f1d6037372435ed5d8b03e
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Mar 13 12:49:08 2025 -0500
libswoc version update: 1.5.14 (#12097)
We cut a release of trafficserver-libswoc that has our latest ATS
changes to lib/swoc. That release is 1.5.14. This updates our local
swoc_version.h to reflect this new release.
---
lib/swoc/CMakeLists.txt | 4 ++--
lib/swoc/include/swoc/swoc_version.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/swoc/CMakeLists.txt b/lib/swoc/CMakeLists.txt
index 0a23f6506a..9d1be1fdd5 100644
--- a/lib/swoc/CMakeLists.txt
+++ b/lib/swoc/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.11)
-project(Lib-SWOC LANGUAGES CXX VERSION 1.5.12)
-set(LIBSWOC_VERSION "1.5.12")
+project(Lib-SWOC LANGUAGES CXX VERSION 1.5.14)
+set(LIBSWOC_VERSION "1.5.14")
set(CMAKE_CXX_STANDARD 17)
cmake_policy(SET CMP0087 NEW)
# override "lib64" to be "lib" unless the user explicitly sets it.
diff --git a/lib/swoc/include/swoc/swoc_version.h
b/lib/swoc/include/swoc/swoc_version.h
index f9ffbedd8b..e9890d2dd5 100644
--- a/lib/swoc/include/swoc/swoc_version.h
+++ b/lib/swoc/include/swoc/swoc_version.h
@@ -23,11 +23,11 @@
#pragma once
#if !defined(SWOC_VERSION_NS)
-#define SWOC_VERSION_NS _1_5_13
+#define SWOC_VERSION_NS _1_5_14
#endif
namespace swoc { inline namespace SWOC_VERSION_NS {
static constexpr unsigned MAJOR_VERSION = 1;
static constexpr unsigned MINOR_VERSION = 5;
-static constexpr unsigned POINT_VERSION = 13;
+static constexpr unsigned POINT_VERSION = 14;
}} // namespace swoc::SWOC_VERSION_NS