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

Commit d500587

Browse files
authored
chore: bump version numbers (#1460)
1 parent 27cc2b1 commit d500587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ include(EnableCxxExceptions)
5858

5959
# This should be included from the top level CMakeLists file
6060
set(SPANNER_CLIENT_VERSION_MAJOR 1)
61-
set(SPANNER_CLIENT_VERSION_MINOR 1)
61+
set(SPANNER_CLIENT_VERSION_MINOR 2)
6262
set(SPANNER_CLIENT_VERSION_PATCH 0)
6363
string(CONCAT SPANNER_CLIENT_VERSION "${SPANNER_CLIENT_VERSION_MAJOR}" "."
6464
"${SPANNER_CLIENT_VERSION_MINOR}" "."

google/cloud/spanner/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_SPANNER_VERSION_INFO_H
1717

1818
#define SPANNER_CLIENT_VERSION_MAJOR 1
19-
#define SPANNER_CLIENT_VERSION_MINOR 1
19+
#define SPANNER_CLIENT_VERSION_MINOR 2
2020
#define SPANNER_CLIENT_VERSION_PATCH 0
2121

2222
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_VERSION_INFO_H

0 commit comments

Comments
 (0)