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