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

Commit c031821

Browse files
authored
chore: bump version numbers after v0.19 release (#174)
1 parent 5b0fc2a commit c031821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 19)
19+
set(GOOGLE_CLOUD_CPP_VERSION_MINOR 20)
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 19
19+
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 20
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)