Skip to content

Commit

Permalink
Bumped version to 4.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RMGiroux committed Jul 10, 2024
1 parent 5cb4010 commit 954b1dc
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 @@ -52,7 +52,7 @@ BSLS_IDENT("$Id: $")
#define BAL_VERSION_MAJOR 4
// BAL release major version

#define BAL_VERSION_MINOR 10
#define BAL_VERSION_MINOR 11
// BAL release major version

#define BAL_VERSION BSL_MAKE_VERSION(BAL_VERSION_MAJOR, \
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 @@ -42,7 +42,7 @@ BSLS_IDENT("$Id: $")
#define BBL_VERSION_MAJOR 4
// Provide the major version number of the current (latest) BBL release.

#define BBL_VERSION_MINOR 10
#define BBL_VERSION_MINOR 11
// Provide the minor version number of the current (latest) BBL release.

#define BBL_VERSION BSL_MAKE_VERSION(BBL_VERSION_MAJOR, \
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 @@ -54,7 +54,7 @@ BSLS_IDENT("$Id: $")
#define BDL_VERSION_MAJOR 4
// Provide the major version number of the current (latest) BDL release.

#define BDL_VERSION_MINOR 10
#define BDL_VERSION_MINOR 11
// Provide the minor version number of the current (latest) BDL release.

#define BDL_VERSION BSL_MAKE_VERSION(BDL_VERSION_MAJOR, \
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 @@ -62,7 +62,7 @@ BSLS_IDENT("$Id: $")
#define BSL_VERSION_MAJOR 4
// Provide the major version number of the current (latest) BSL release.

#define BSL_VERSION_MINOR 10
#define BSL_VERSION_MINOR 11
// Provide the minor version number of the current (latest) BSL release.

#define BSL_MAKE_VERSION(major, minor) ((major) * 1000000 \
Expand Down

0 comments on commit 954b1dc

Please sign in to comment.