diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,10 +5,10 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=7 +VERSION_MINOR=8 VERSION_CURRENT=3 -VERSION_REVISION=0 +VERSION_REVISION=1 VERSION_AGE=2 PREFIX=/usr/local |