From 4487f10e1bf258434fb8a39e4f59c29e31910ad0 Mon Sep 17 00:00:00 2001 From: Laurence Lundblade Date: Wed, 31 Jul 2024 08:34:55 -0700 Subject: [PATCH] Update version number to 1.4.1 * Update version indicators to 1.4 * Update version to 1.4.1 * Botched merge --------- Co-authored-by: Laurence Lundblade --- README.md | 2 +- inc/qcbor/qcbor_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2a2ab21..708a3a69 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ QCBOR. ## Code Status -The official current release is version 1.4. Changes over the last few +The official current release is version 1.4.1 Changes over the last few years have been only minor bug fixes, minor feature additions and documentation improvements. QCBOR 1.x is highly stable. diff --git a/inc/qcbor/qcbor_common.h b/inc/qcbor/qcbor_common.h index b378da24..2d630fe5 100644 --- a/inc/qcbor/qcbor_common.h +++ b/inc/qcbor/qcbor_common.h @@ -62,7 +62,7 @@ extern "C" { */ #define QCBOR_VERSION_MAJOR 1 #define QCBOR_VERSION_MINOR 4 -#define QCBOR_VERSION_PATCH 0 +#define QCBOR_VERSION_PATCH 1 /**