Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 054b82f

Browse files
authored
chore: update version numbers after v0.23.0 release (#251)
1 parent df0f077 commit 054b82f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/templates/kokoro/docker-fragments.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ _EOF_
112112

113113
read_into_variable INSTALL_GOOGLE_CLOUD_CPP_COMMON_FROM_SOURCE <<'_EOF_'
114114
WORKDIR /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 && \

google/cloud/CMakeLists.txt

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

1717
# This should be included from the top level CMakeLists file
1818
set(GOOGLE_CLOUD_CPP_VERSION_MAJOR 0)
19-
set(GOOGLE_CLOUD_CPP_VERSION_MINOR 23)
19+
set(GOOGLE_CLOUD_CPP_VERSION_MINOR 24)
2020
set(GOOGLE_CLOUD_CPP_VERSION_PATCH 0)
2121

2222
string(CONCAT GOOGLE_CLOUD_CPP_VERSION "${GOOGLE_CLOUD_CPP_VERSION_MAJOR}" "."

google/cloud/internal/version_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

0 commit comments

Comments
 (0)