Skip to content

Commit

Permalink
Bump version number to 1.5 (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurence Lundblade <[email protected]>
  • Loading branch information
laurencelundblade and Laurence Lundblade authored Nov 5, 2024
1 parent 88ba566 commit 0c37773
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15)
project(qcbor
DESCRIPTION "QCBOR"
LANGUAGES C
VERSION 1.1.0
VERSION 1.5.0
)

set(BUILD_QCBOR_TEST "OFF" CACHE STRING "Build QCBOR test suite [OFF, LIB, APP]")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ QCBOR.

## Code Status

The official current release is version 1.4.1 Changes over the last few
The official current release is version 1.5 Changes over the last few
years have been only minor bug fixes, minor feature additions and
documentation improvements. QCBOR 1.x is highly stable.

Expand Down
4 changes: 2 additions & 2 deletions inc/qcbor/qcbor_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ extern "C" {
* - QCBOR 1.0 is indicated by the absence of all the above
*/
#define QCBOR_VERSION_MAJOR 1
#define QCBOR_VERSION_MINOR 4
#define QCBOR_VERSION_PATCH 1
#define QCBOR_VERSION_MINOR 5
#define QCBOR_VERSION_PATCH 0


/**
Expand Down

0 comments on commit 0c37773

Please sign in to comment.