diff --git a/Makefile b/Makefile index 6255fa59..5b31a336 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # major : Backwards compatible changes to the API # minor : Additions leaving the API unmodified # bugfix: Bugfixes only -VERSION = 2.4.99 +VERSION = 2.4.1 VERM = $(shell echo $(VERSION) | cut -d '.' -f 1) CFLAGS ?= -g -Wall -O2 LDFLAGS ?= diff --git a/README.md b/README.md index fbc9afae..cc59ebdd 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md). Release History --------------- -* __v2.4.99 (tbd)__ - - _Changes_: +* __v2.4.1 (2023-12-17)__ _Bug fixes_: - Handle systems with `/sys/kernel/security/lockdown` enabled diff --git a/query_capacity.h b/query_capacity.h index b50382d8..71f9d56d 100644 --- a/query_capacity.h +++ b/query_capacity.h @@ -5,7 +5,7 @@ #ifndef QUERY_CAPACITY #define QUERY_CAPACITY -#define QC_VERSION "2.4.99" +#define QC_VERSION "2.4.1" /* Build Customization */