commit | a0a04cd9ace21b3a9ca0e014defeb8c5294680cf | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Nov 29 09:56:57 2023 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Nov 29 09:56:57 2023 -0700 |
tree | 5a2eda5b0d48164b6d01412b94029ed68cda138e | |
parent | 622b9867ded0c75ba4ae8393e99d5d744d7d8987 [diff] |
mark as version 2.0.0
diff --git a/inc/qcbor/qcbor_common.h b/inc/qcbor/qcbor_common.h index 25c629c..91333ee 100644 --- a/inc/qcbor/qcbor_common.h +++ b/inc/qcbor/qcbor_common.h
@@ -59,8 +59,8 @@ * - QCBOR 1.1 is indicated by the #define QCBOR_1_1 * - QCBOR 1.0 is indicated by the absence of all the above */ -#define QCBOR_VERSION_MAJOR 1 -#define QCBOR_VERSION_MINOR 3 +#define QCBOR_VERSION_MAJOR 2 +#define QCBOR_VERSION_MINOR 0 #define QCBOR_VERSION_PATCH 0