This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ _EOF_
112112
113113read_into_variable INSTALL_GOOGLE_CLOUD_CPP_COMMON_FROM_SOURCE << '_EOF_ '
114114WORKDIR /var/tmp/build
115- RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.22.1 .tar.gz && \
116- tar -xf v0.22.1 .tar.gz && \
117- cd google-cloud-cpp-common-0.22.1 && \
115+ RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.23.0 .tar.gz && \
116+ tar -xf v0.23.0 .tar.gz && \
117+ cd google-cloud-cpp-common-0.23.0 && \
118118 cmake -H. -Bcmake-out \
119119 -DBUILD_TESTING=OFF \
120120 -DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \
Original file line number Diff line number Diff line change 1616
1717# This should be included from the top level CMakeLists file
1818set (GOOGLE_CLOUD_CPP_VERSION_MAJOR 0)
19- set (GOOGLE_CLOUD_CPP_VERSION_MINOR 23 )
19+ set (GOOGLE_CLOUD_CPP_VERSION_MINOR 24 )
2020set (GOOGLE_CLOUD_CPP_VERSION_PATCH 0)
2121
2222string (CONCAT GOOGLE_CLOUD_CPP_VERSION "${GOOGLE_CLOUD_CPP_VERSION_MAJOR} " "."
Original file line number Diff line number Diff line change 1616#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H
1717
1818#define GOOGLE_CLOUD_CPP_VERSION_MAJOR 0
19- #define GOOGLE_CLOUD_CPP_VERSION_MINOR 23
19+ #define GOOGLE_CLOUD_CPP_VERSION_MINOR 24
2020#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
2121
2222#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H
You can’t perform that action at this time.
0 commit comments