summaryrefslogtreecommitdiff
path: root/absl/base/config.h
diff options
context:
space:
mode:
authorGravatar Mike Kruskal <62662355+mkruskal-google@users.noreply.github.com>2023-05-04 07:32:38 -0700
committerGravatar GitHub <noreply@github.com>2023-05-04 10:32:38 -0400
commitc2435f8342c2d0ed8101cb43adfd605fdc52dca2 (patch)
tree2a3fe1b580a19ec04ed892a96f4dfdb30a4479f6 /absl/base/config.h
parentb971ac5250ea8de900eae9f95e06548d14cd95fe (diff)
CMake: Install TESTONLY libraries and their dependencies (#1442)20230125.3
This patch cherry-picks 807763a7f57dcf0ba4af7c3b218013e8f525e811 #1407 --------- Co-authored-by: Derek Mauro <dmauro@google.com>
Diffstat (limited to 'absl/base/config.h')
-rw-r--r--absl/base/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/config.h b/absl/base/config.h
index 0631ab60..05d960b6 100644
--- a/absl/base/config.h
+++ b/absl/base/config.h
@@ -112,7 +112,7 @@
// LTS releases can be obtained from
// https://github.com/abseil/abseil-cpp/releases.
#define ABSL_LTS_RELEASE_VERSION 20230125
-#define ABSL_LTS_RELEASE_PATCH_LEVEL 2
+#define ABSL_LTS_RELEASE_PATCH_LEVEL 3
// Helper macro to convert a CPP variable to a string literal.
#define ABSL_INTERNAL_DO_TOKEN_STR(x) #x