aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-07 12:43:47 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-07 12:43:47 +0100
commit41c641067186eed13f363248246ffa1d3aec9914 (patch)
tree73409d314809646e8a751850f491471271f7e1bb
parent0fbd8928ab89d04820a6063bc53ae94adef93a32 (diff)
downloadstring2-0.0.0-a2.tar.gz
string2-0.0.0-a2.zip
libstr 0.0.0-a2v0.0.0-a2
This release changes only the directory structure. Itsn't adding new functions.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 826621d..01f57a3 100644
--- a/Makefile
+++ b/Makefile
@@ -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