ckiss

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6fd151d7659dc8c4700c71bc5d2a40d6d7120039
parent 80738a4a367bd83ad8084f59c60ca8281fe0c218
Author: aabacchus <ben@bvnf.space>
Date:   Sat, 22 Apr 2023 04:24:41 +0100

version 0.1.0

Diffstat:
Msrc/ckiss.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ckiss.h b/src/ckiss.h @@ -8,7 +8,7 @@ #define noreturn #endif -#define KISS_VERSION "0 (compat 5.6.4)" +#define KISS_VERSION "0.1.0 (compat 5.6.4)" struct cmd { char **args;