From 76fe37ae40a963cd45571a97b14ed4d803716f2a Mon Sep 17 00:00:00 2001 From: Matt Millett Date: Wed, 4 Dec 2024 05:44:18 -0500 Subject: [PATCH] Release 2.5.2 --- CMakeLists.txt | 2 +- groups/nts/ntsscm/ntsscm_versiontag.h | 2 +- targets.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb5d543ac..163729bd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.22.0) project( ntf-core VERSION - 2.5.1 + 2.5.2 DESCRIPTION "NTF Core" HOMEPAGE_URL diff --git a/groups/nts/ntsscm/ntsscm_versiontag.h b/groups/nts/ntsscm/ntsscm_versiontag.h index 7e7fa6bc8..be9c9aa68 100644 --- a/groups/nts/ntsscm/ntsscm_versiontag.h +++ b/groups/nts/ntsscm/ntsscm_versiontag.h @@ -36,7 +36,7 @@ BSLS_IDENT("$Id: $") /// NTS release patch version. /// /// @ingroup module_ntsscm -#define NTS_VERSION_PATCH 1 +#define NTS_VERSION_PATCH 2 /// Construct a composite version number in the range [ 0 .. 999900 ] from /// the specified 'NTS_VERSION_MAJOR' and 'NTS_VERSION_MINOR' numbers diff --git a/targets.cmake b/targets.cmake index f0dee30c7..04621ae2f 100644 --- a/targets.cmake +++ b/targets.cmake @@ -19,7 +19,7 @@ ntf_repository( NAME ntf-core VERSION - 2.5.1 + 2.5.2 PATH ${CMAKE_CURRENT_LIST_DIR} URL