Skip to content

Commit

Permalink
chore: version bump to 2.35.0-rc (#14943)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Jan 16, 2025
1 parent 3621363 commit ee8c2bb
Show file tree
Hide file tree
Showing 223 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.35.0 - TBD

## v2.34.0 - 2025-01

### [OpenTelemetry](/google/cloud/opentelemetry/README.md)
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.34.0
VERSION 2.35.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.34.0", # Updated by CMake
version = "2.35.0-rc", # Updated by CMake
compatibility_level = 2, # Updated by CMake
)

Expand Down
Loading

0 comments on commit ee8c2bb

Please sign in to comment.