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 0c1b1423eb libswoc version update: 1.5.13 (#11958)
0c1b1423eb is described below

commit 0c1b1423eba624ad04b01d9bdf1ed43bdf47097f
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Jan 15 14:19:54 2025 -0600

    libswoc version update: 1.5.13 (#11958)
    
    We cut a release of trafficserver-libswoc that has our latest ATS
    changes to lib/swoc. That release is 1.5.13. This updates our local
    swoc_version.h to reflect this new release.
---
 lib/swoc/include/swoc/swoc_version.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/swoc/include/swoc/swoc_version.h 
b/lib/swoc/include/swoc/swoc_version.h
index e346be1ebe..f9ffbedd8b 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_12
+#define SWOC_VERSION_NS _1_5_13
 #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 = 12;
+static constexpr unsigned POINT_VERSION = 13;
 }} // namespace swoc::SWOC_VERSION_NS

Reply via email to