diff options
author | 2023-05-11 17:32:12 +0200 | |
---|---|---|
committer | 2023-05-11 17:32:12 +0200 | |
commit | 097152035ee6e9b9103f977abed7b6fe9ccd4c6d (patch) | |
tree | 4d01ff8070b081a304170489c18eec299407f04c | |
parent | 92cab25283310006d7a90781078899c9159cb9c6 (diff) | |
download | string2-097152035ee6e9b9103f977abed7b6fe9ccd4c6d.tar.gz string2-097152035ee6e9b9103f977abed7b6fe9ccd4c6d.zip |
string2 0.0.0-a4v0.0.0-a4
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ OBJ = ${SRC:.c=.o} NAME = str2 LIBNAME = lib${NAME} LIBDSCR = String library (extension of the C standard string library) -LIBVER = 0.0.1 +LIBVER = 0.0.0-a4 PC_FILE = ${NAME}.pc |