From 5e2306328b96caec1aa69f0f1be8e84bd7edd888 Mon Sep 17 00:00:00 2001 From: Matt Millett Date: Wed, 7 Aug 2024 10:52:38 -0400 Subject: [PATCH] Release 2.4.6 --- CMakeLists.txt | 2 +- groups/nts/ntsscm/ntsscm_versiontag.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7f44ca8..4eb82205 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.22.0) project( ntf-core VERSION - 2.4.5 + 2.4.6 DESCRIPTION "NTF Core" HOMEPAGE_URL diff --git a/groups/nts/ntsscm/ntsscm_versiontag.h b/groups/nts/ntsscm/ntsscm_versiontag.h index f07515d0..de04c2c8 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 5 +#define NTS_VERSION_PATCH 6 /// Construct a composite version number in the range [ 0 .. 999900 ] from /// the specified 'NTS_VERSION_MAJOR' and 'NTS_VERSION_MINOR' numbers