From 1b2d839ad4d86c13ef4a8a109ad9cb49a0bc58cd Mon Sep 17 00:00:00 2001 From: Mike Giroux Date: Thu, 24 Oct 2024 17:46:43 -0400 Subject: [PATCH] Bumped version to 4.16.0.0 --- groups/bal/balscm/balscm_versiontag.h | 2 +- groups/bbl/bblscm/bblscm_versiontag.h | 2 +- groups/bdl/bdlscm/bdlscm_versiontag.h | 2 +- groups/bsl/bslscm/bslscm_versiontag.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/groups/bal/balscm/balscm_versiontag.h b/groups/bal/balscm/balscm_versiontag.h index 99b6ea756c..cc5d24a605 100644 --- a/groups/bal/balscm/balscm_versiontag.h +++ b/groups/bal/balscm/balscm_versiontag.h @@ -49,7 +49,7 @@ BSLS_IDENT("$Id: $") #define BAL_VERSION_MAJOR 4 /// BAL release major version -#define BAL_VERSION_MINOR 15 +#define BAL_VERSION_MINOR 16 /// Construct an integer (unique to the specified `BAL_VERSION_MAJOR` and /// `BAL_VERSION_MINOR` numbers) corresponding to the major and minor diff --git a/groups/bbl/bblscm/bblscm_versiontag.h b/groups/bbl/bblscm/bblscm_versiontag.h index 1edc5c3c3d..1a79e1410c 100644 --- a/groups/bbl/bblscm/bblscm_versiontag.h +++ b/groups/bbl/bblscm/bblscm_versiontag.h @@ -43,7 +43,7 @@ BSLS_IDENT("$Id: $") #define BBL_VERSION_MAJOR 4 /// Provide the minor version number of the current (latest) BBL release. -#define BBL_VERSION_MINOR 15 +#define BBL_VERSION_MINOR 16 /// Construct an integer (unique to the specified `BBL_VERSION_MAJOR` and /// `BBL_VERSION_MINOR` numbers) corresponding to the major and minor diff --git a/groups/bdl/bdlscm/bdlscm_versiontag.h b/groups/bdl/bdlscm/bdlscm_versiontag.h index 3b8cd6d0ab..aeb81f3735 100644 --- a/groups/bdl/bdlscm/bdlscm_versiontag.h +++ b/groups/bdl/bdlscm/bdlscm_versiontag.h @@ -51,7 +51,7 @@ BSLS_IDENT("$Id: $") #define BDL_VERSION_MAJOR 4 /// Provide the minor version number of the current (latest) BDL release. -#define BDL_VERSION_MINOR 15 +#define BDL_VERSION_MINOR 16 /// Construct an integer (unique to the specified `BDL_VERSION_MAJOR` and /// `BDL_VERSION_MINOR` numbers) corresponding to the major and minor diff --git a/groups/bsl/bslscm/bslscm_versiontag.h b/groups/bsl/bslscm/bslscm_versiontag.h index 639c070205..d670c85122 100644 --- a/groups/bsl/bslscm/bslscm_versiontag.h +++ b/groups/bsl/bslscm/bslscm_versiontag.h @@ -63,7 +63,7 @@ BSLS_IDENT("$Id: $") #define BSL_VERSION_MAJOR 4 /// Provide the minor version number of the current (latest) BSL release. -#define BSL_VERSION_MINOR 15 +#define BSL_VERSION_MINOR 16 /// Construct a composite version number from the specified `major` and /// `minor` version numbers. The result is unique for each combination of