diff options
author | 2023-02-07 12:43:47 +0100 | |
---|---|---|
committer | 2023-02-07 12:43:47 +0100 | |
commit | 41c641067186eed13f363248246ffa1d3aec9914 (patch) | |
tree | 73409d314809646e8a751850f491471271f7e1bb | |
parent | 0fbd8928ab89d04820a6063bc53ae94adef93a32 (diff) | |
download | string2-41c641067186eed13f363248246ffa1d3aec9914.tar.gz string2-41c641067186eed13f363248246ffa1d3aec9914.zip |
libstr 0.0.0-a2v0.0.0-a2
This release changes only the directory structure. Itsn't adding new
functions.
-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-a1 +LIBVER = 0.0.0-a2 OPTIM = -O2 -pipe STD = -ansi --std=c89 -pedantic |