From 3c669548a2246bf5d20ae0fcdaa22550267ca490 Mon Sep 17 00:00:00 2001 From: Patrick Pelissier Date: Sat, 4 May 2024 19:56:51 +0200 Subject: [PATCH] Update to dev version 0.7.3 --- Makefile | 2 +- m-core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 502b7ae1..589b5599 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ DESTDIR= # Package name & version. PACKAGE=m_lib-$(VERSION) -VERSION=0.7.2 +VERSION=0.7.3 # Define the contain of the distribution tarball HEADER=m-algo.h m-array.h m-atomic.h m-bitset.h m-bptree.h m-buffer.h m-c-mempool.h m-concurrent.h m-core.h m-deque.h m-dict.h m-funcobj.h m-generic.h m-genint.h m-i-list.h m-i-shared.h m-list.h m-mempool.h m-thread.h m-mutex.h m-prioqueue.h m-rbtree.h m-serial-bin.h m-serial-json.h m-shared.h m-snapshot.h m-string.h m-tree.h m-try.h m-tuple.h m-variant.h m-worker.h diff --git a/m-core.h b/m-core.h index b02c08fb..cc4cbf2d 100644 --- a/m-core.h +++ b/m-core.h @@ -71,7 +71,7 @@ /* Define M*LIB version */ #define M_CORE_VERSION_MAJOR 0 #define M_CORE_VERSION_MINOR 7 -#define M_CORE_VERSION_PATCHLEVEL 2 +#define M_CORE_VERSION_PATCHLEVEL 3 /* M_ASSUME is equivalent to M_ASSERT, but gives hints to compiler about how to optimize the code if NDEBUG is defined.