diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,11 +5,11 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=6 +VERSION_MINOR=7 -VERSION_CURRENT=2 +VERSION_CURRENT=3 VERSION_REVISION=0 -VERSION_AGE=1 +VERSION_AGE=2 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib |