Skip to content

Commit

Permalink
Update to dev version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
P-p-H-d committed May 4, 2024
1 parent ec11230 commit 3c66954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion m-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c66954

Please sign in to comment.