Skip to content

Commit 1a8aaad

Browse files
authored
chore: bump versions; update ABI dumps (googleapis#8212)
1 parent f06a920 commit 1a8aaad

10 files changed

Lines changed: 2 additions & 2 deletions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (NOT (CMAKE_VERSION VERSION_LESS 3.15))
2525
endif ()
2626
project(
2727
google-cloud-cpp
28-
VERSION 1.36.0
28+
VERSION 1.37.0
2929
LANGUAGES CXX C)
3030

3131
# Allow applications to override the CMAKE_CXX_STANDARD, but if not set use 11.
295 Bytes
Binary file not shown.
3.09 KB
Binary file not shown.
-21 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
673 Bytes
Binary file not shown.
35 Bytes
Binary file not shown.
3.42 KB
Binary file not shown.
2.24 KB
Binary file not shown.

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 1
19-
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 36
19+
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 37
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)