Skip to content

Commit 5da2e08

Browse files
authored
chore: version bump to 3.4.0-rc (#16043)
1 parent 702c057 commit 5da2e08

File tree

244 files changed

+7
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ breaking changes in the upcoming 4.x release. This release is scheduled for
77
**NOTE**: Please refer to the [V3 Migration Guide](/doc/v3-migration-guide.md)
88
for details on updating existing applications using v1.x.y or v2.x.y.
99

10+
## v3.4.0 - TBD
11+
1012
## v3.3.0 - 2026-03
1113

1214
### New Libraries

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")
2121

2222
project(
2323
google-cloud-cpp
24-
VERSION 3.3.0
24+
VERSION 3.4.0
2525
LANGUAGES CXX)
26-
set(PROJECT_VERSION_PRE_RELEASE "")
26+
set(PROJECT_VERSION_PRE_RELEASE "rc")
2727

2828
if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "")
2929
set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}")

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module(
1818
name = "google_cloud_cpp",
19-
version = "3.3.0", # Updated by CMake
19+
version = "3.4.0-rc", # Updated by CMake
2020
compatibility_level = 3, # Updated by CMake
2121
)
2222

0 commit comments

Comments
 (0)