Skip to content

Commit d114d3a

Browse files
committed
chore: set up branch
1 parent 8e11ce5 commit d114d3a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
# limitations under the License.
1515
# ~~~
1616

17-
cmake_minimum_required(VERSION 3.13...3.24)
17+
cmake_minimum_required(VERSION 3.16...3.31)
1818

1919
# Define the project name and where to report bugs.
2020
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 3.0.0
2525
LANGUAGES CXX)
2626
set(PROJECT_VERSION_PRE_RELEASE "rc")
2727

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
module(
1818
name = "google_cloud_cpp",
19-
version = "2.38.0-rc", # Updated by CMake
20-
compatibility_level = 2, # Updated by CMake
19+
version = "3.0.0-rc", # Updated by CMake
20+
compatibility_level = 3, # Updated by CMake
2121
)
2222

2323
bazel_dep(name = "platforms", version = "0.0.11")

google/cloud/internal/version_info.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H
1717

1818
// NOLINTNEXTLINE(modernize-macro-to-enum)
19-
#define GOOGLE_CLOUD_CPP_VERSION_MAJOR 2
19+
#define GOOGLE_CLOUD_CPP_VERSION_MAJOR 3
2020
// NOLINTNEXTLINE(modernize-macro-to-enum)
21-
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 38
21+
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 0
2222
// NOLINTNEXTLINE(modernize-macro-to-enum)
2323
#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
2424
#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE "rc"

0 commit comments

Comments
 (0)