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