Skip to content

Commit ad7a458

Browse files
authored
Release 2.5.12
1 parent 31492a4 commit ad7a458

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.11
21+
2.5.12
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 11
39+
#define NTS_VERSION_PATCH 12
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.11
22+
2.5.12
2323
PATH
2424
${CMAKE_CURRENT_LIST_DIR}
2525
URL

0 commit comments

Comments
 (0)