aboutsummaryrefslogtreecommitdiff
path: root/examples/bazel/third_party/libcbor/cbor/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bazel/third_party/libcbor/cbor/configuration.h')
-rw-r--r--examples/bazel/third_party/libcbor/cbor/configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bazel/third_party/libcbor/cbor/configuration.h b/examples/bazel/third_party/libcbor/cbor/configuration.h
index 3472cf49d8fe..ddf6b9dc5f2b 100644
--- a/examples/bazel/third_party/libcbor/cbor/configuration.h
+++ b/examples/bazel/third_party/libcbor/cbor/configuration.h
@@ -2,8 +2,8 @@
#define LIBCBOR_CONFIGURATION_H
#define CBOR_MAJOR_VERSION 0
-#define CBOR_MINOR_VERSION 10
-#define CBOR_PATCH_VERSION 2
+#define CBOR_MINOR_VERSION 11
+#define CBOR_PATCH_VERSION 0
#define CBOR_BUFFER_GROWTH 2
#define CBOR_MAX_STACK_SIZE 2048