Skip to content

Commit

Permalink
chore: update version to v2.33.0-rc (#14877)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiy0006 authored Dec 5, 2024
1 parent 9213837 commit e6aac42
Show file tree
Hide file tree
Showing 222 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.33.0 - TBD

## v2.32.0 - 2024-12

### [Spanner](/google/cloud/spanner/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.32.0
VERSION 2.33.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.32.0", # Updated by CMake
version = "2.33.0-rc", # Updated by CMake
compatibility_level = 2, # Updated by CMake
)

Expand Down
Loading

0 comments on commit e6aac42

Please sign in to comment.