Skip to content

Commit ff88331

Browse files
authored
Release 2.6.5
1 parent 661f505 commit ff88331

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.6.4
21+
2.6.5
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 4
39+
#define NTS_VERSION_PATCH 5
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.6.4
22+
2.6.5
2323
PATH
2424
${CMAKE_CURRENT_LIST_DIR}
2525
URL

0 commit comments

Comments
 (0)