aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01f57a3..140a13b 100644
--- a/Makefile
+++ b/Makefile
@@ -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