Skip to content

Commit 41c5fdb

Browse files
authored
Release 2.5.16
1 parent f336bb5 commit 41c5fdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.22.0)
1818
project(
1919
ntf-core
2020
VERSION
21-
2.5.15
21+
2.5.16
2222
DESCRIPTION
2323
"NTF Core"
2424
HOMEPAGE_URL

groups/nts/ntsscm/ntsscm_versiontag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BSLS_IDENT("$Id: $")
3636
/// NTS release patch version.
3737
///
3838
/// @ingroup module_ntsscm
39-
#define NTS_VERSION_PATCH 15
39+
#define NTS_VERSION_PATCH 16
4040

4141
/// Construct a composite version number in the range [ 0 .. 999900 ] from
4242
/// the specified 'NTS_VERSION_MAJOR' and 'NTS_VERSION_MINOR' numbers

targets.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ntf_repository(
1919
NAME
2020
ntf-core
2121
VERSION
22-
2.5.15
22+
2.5.16
2323
PATH
2424
${CMAKE_CURRENT_LIST_DIR}
2525
URL

0 commit comments

Comments
 (0)