commit eca9ede99475ed1d0cd554b4cbcdb7506fb9c833
parent 6251e8f3df0620160445356901b9342a2aed55dd
Author: Remy Noulin <loader2x@gmail.com>
Date: Sun, 20 Mar 2022 21:54:29 +0200
update version
package.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.yml b/package.yml
@@ -1,6 +1,6 @@
---
name: hashtable
- version: 0.0.18
+ version: 0.0.19
description: "hash table macros for creating hash table functions, it supports any type key, value, hash"
bin: ./hashtable.c
cflags: "-O1 -std=gnu11 -fPIC -pipe"