Skip to content

Commit

Permalink
Bumped version to 4.19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RMGiroux committed Jan 20, 2025
1 parent 35d89d0 commit 5243002
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion groups/bal/balscm/balscm_versiontag.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BSLS_IDENT("$Id: $")
#define BAL_VERSION_MAJOR 4

/// BAL release major version
#define BAL_VERSION_MINOR 18
#define BAL_VERSION_MINOR 19

/// Construct an integer (unique to the specified `BAL_VERSION_MAJOR` and
/// `BAL_VERSION_MINOR` numbers) corresponding to the major and minor
Expand Down
2 changes: 1 addition & 1 deletion groups/bbl/bblscm/bblscm_versiontag.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 18
#define BBL_VERSION_MINOR 19

/// Construct an integer (unique to the specified `BBL_VERSION_MAJOR` and
/// `BBL_VERSION_MINOR` numbers) corresponding to the major and minor
Expand Down
2 changes: 1 addition & 1 deletion groups/bdl/bdlscm/bdlscm_versiontag.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 18
#define BDL_VERSION_MINOR 19

/// Construct an integer (unique to the specified `BDL_VERSION_MAJOR` and
/// `BDL_VERSION_MINOR` numbers) corresponding to the major and minor
Expand Down
2 changes: 1 addition & 1 deletion groups/bsl/bslscm/bslscm_versiontag.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 18
#define BSL_VERSION_MINOR 19

/// Construct a composite version number from the specified `major` and
/// `minor` version numbers. The result is unique for each combination of
Expand Down

0 comments on commit 5243002

Please sign in to comment.