Skip to content

Commit 4b5d426

Browse files
authored
libswoc 1.5.15: version update (#12552)
This updates our lib/swoc version to 1.5.15 to match the apache/trafficserver-libswoc version with which it is identical. This is a version metadata only update to document the parity. There is no functional change with this PR.
1 parent 97bf626 commit 4b5d426

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/swoc/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.11)
22

3-
project(Lib-SWOC LANGUAGES CXX VERSION 1.5.14)
4-
set(LIBSWOC_VERSION "1.5.14")
3+
project(Lib-SWOC LANGUAGES CXX VERSION 1.5.15)
4+
set(LIBSWOC_VERSION "1.5.15")
55
set(CMAKE_CXX_STANDARD 17)
66
cmake_policy(SET CMP0087 NEW)
77
# override "lib64" to be "lib" unless the user explicitly sets it.

lib/swoc/include/swoc/swoc_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
#pragma once
2424

2525
#if !defined(SWOC_VERSION_NS)
26-
#define SWOC_VERSION_NS _1_5_14
26+
#define SWOC_VERSION_NS _1_5_15
2727
#endif
2828

2929
namespace swoc { inline namespace SWOC_VERSION_NS {
3030
static constexpr unsigned MAJOR_VERSION = 1;
3131
static constexpr unsigned MINOR_VERSION = 5;
32-
static constexpr unsigned POINT_VERSION = 14;
32+
static constexpr unsigned POINT_VERSION = 15;
3333
}} // namespace swoc::SWOC_VERSION_NS

0 commit comments

Comments
 (0)