summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b831cbb..6d3cbda 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ SRC != find src -name "*.c"
OBJ = ${SRC:.c=.o}
LIBNAME = liblog
-LIBVER = 0
+LIBVER = 0.0.0-a1
CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} ${LIBINC} -DLIBVER=\"${LIBVER}\"
LDFLAGS = ${LIBS}