Skip to content

Commit acd4884

Browse files
authored
chore: version bump to 2.39.0-rc (#15215)
1 parent e9eb0d1 commit acd4884

File tree

232 files changed

+8
-6
lines changed

Some content is hidden

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

232 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
breaking changes in the upcoming 3.x release. This release is scheduled for
55
2024-12 or 2025-01.
66

7+
## v2.39.0 - TBD
8+
79
## v2.38.0 - 2025-06
810

911
### 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 2.38.0
24+
VERSION 2.39.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 = "2.38.0", # Updated by CMake
19+
version = "2.39.0-rc", # Updated by CMake
2020
compatibility_level = 2, # Updated by CMake
2121
)
2222

0 commit comments

Comments
 (0)