Skip to content

Commit

Permalink
Release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrm456 authored Mar 22, 2024
1 parent 2208636 commit bb7740a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.22.0)
project(
ntf-core
VERSION
2.3.2
2.3.3
DESCRIPTION
"NTF Core"
HOMEPAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion groups/nts/ntsscm/ntsscm_versiontag.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BSLS_IDENT("$Id: $")
/// NTS release patch version.
///
/// @ingroup module_ntsscm
#define NTS_VERSION_PATCH 2
#define NTS_VERSION_PATCH 3

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

0 comments on commit bb7740a

Please sign in to comment.