File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.
2020set (PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues" )
2121
2222project (
2323 google-cloud-cpp
24- VERSION 2.38 .0
24+ VERSION 3.0 .0
2525 LANGUAGES CXX)
2626set (PROJECT_VERSION_PRE_RELEASE "rc" )
2727
Original file line number Diff line number Diff line change 1616
1717module (
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
2323bazel_dep (name = "platforms" , version = "0.0.11" )
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments