From 41b6dfa9f112e2562a0abb0978ad2b8dd4fe7410 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Tue, 9 Jun 2026 20:23:14 +0200 Subject: [PATCH] arbitrary version inc --- minimal_heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_heap.h b/minimal_heap.h index 9491ca4..5a92d2a 100644 --- a/minimal_heap.h +++ b/minimal_heap.h @@ -1,4 +1,4 @@ -/* Version 1.3c */ +/* Version 1.4 */ #ifndef __MINIMAL_HEAP_H__ #define __MINIMAL_HEAP_H__