Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/swoc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.11)

project(Lib-SWOC LANGUAGES CXX VERSION 1.5.14)
set(LIBSWOC_VERSION "1.5.14")
project(Lib-SWOC LANGUAGES CXX VERSION 1.5.15)
set(LIBSWOC_VERSION "1.5.15")
set(CMAKE_CXX_STANDARD 17)
cmake_policy(SET CMP0087 NEW)
# override "lib64" to be "lib" unless the user explicitly sets it.
Expand Down
4 changes: 2 additions & 2 deletions lib/swoc/include/swoc/swoc_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
#pragma once

#if !defined(SWOC_VERSION_NS)
#define SWOC_VERSION_NS _1_5_14
#define SWOC_VERSION_NS _1_5_15
#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 = 14;
static constexpr unsigned POINT_VERSION = 15;
}} // namespace swoc::SWOC_VERSION_NS