diff --git a/Makefile b/Makefile index 7ee66a2..ac1888b 100644 --- a/Makefile +++ b/Makefile @@ -44,11 +44,11 @@ TESTSOURCES=$(wildcard t/[0-9]*.c) TESTFILES=$(TESTSOURCES:.c=.t) VERSION_MAJOR=0 -VERSION_MINOR=15 +VERSION_MINOR=16 -VERSION_CURRENT=10 +VERSION_CURRENT=11 VERSION_REVISION=0 -VERSION_AGE=9 +VERSION_AGE=10 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib