diff options
author | 2023-02-23 16:33:25 +0100 | |
---|---|---|
committer | 2023-02-23 16:33:25 +0100 | |
commit | 9fd745ea86c07605785233db120df8490e2d7426 (patch) | |
tree | bb7d732a48f745c5544d5ced6806c22207e6bd83 | |
parent | f6ce87c6d8e7f4c5ef00756f35da91d63bb6a540 (diff) | |
download | string2-9fd745ea86c07605785233db120df8490e2d7426.tar.gz string2-9fd745ea86c07605785233db120df8490e2d7426.zip |
string2 0.0.0-a3v0.0.0-a3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ CC = cc OBJ = ${SRC:.c=.o} LIBNAME = libstr -LIBVER = 0.0.0-a2 +LIBVER = 0.0.0-a3 OPTIM = -O2 -pipe STD = -ansi --std=c89 -pedantic |