Update version indicators to 1.4 (#246)
Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>
diff --git a/README.md b/README.md
index 5160cb9..e2a2ab2 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@
## Code Status
-The official current release is version 1.3. Changes over the last few
+The official current release is version 1.4. Changes over the last few
years have been only minor bug fixes, minor feature additions and
documentation improvements. QCBOR 1.x is highly stable.
@@ -577,5 +577,5 @@
### Copyright for this README
-Copyright (c) 2018-2021, Laurence Lundblade. All rights reserved.
+Copyright (c) 2018-2024, Laurence Lundblade. All rights reserved.
Copyright (c) 2021-2023, Arm Limited. All rights reserved.
diff --git a/inc/qcbor/qcbor_common.h b/inc/qcbor/qcbor_common.h
index 20643ab..b378da2 100644
--- a/inc/qcbor/qcbor_common.h
+++ b/inc/qcbor/qcbor_common.h
@@ -61,7 +61,7 @@
* - 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_MINOR 4
#define QCBOR_VERSION_PATCH 0