Skip to content

Commit

Permalink
chore: version bump to 2.28.0-rc (#14602)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Aug 1, 2024
1 parent 7f18cd6 commit 2e37562
Show file tree
Hide file tree
Showing 219 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
breaking changes in the upcoming 3.x release. This release is scheduled for
2024-12 or 2025-01.

## v2.28.0 - TBD

## v2.27.0 - 2024-08

- We now link our mocking libraries against GoogleTest in CMake.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")

project(
google-cloud-cpp
VERSION 2.27.0
VERSION 2.28.0
LANGUAGES CXX)
set(PROJECT_VERSION_PRE_RELEASE "")
set(PROJECT_VERSION_PRE_RELEASE "rc")

if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "")
set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}")
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module(
name = "google_cloud_cpp",
version = "2.27.0", # Updated by CMake
version = "2.28.0-rc", # Updated by CMake
compatibility_level = 2, # Updated by CMake
)

Expand Down
Loading

0 comments on commit 2e37562

Please sign in to comment.