From 0bafe17082694ad30a5463f184fae681308ac5c5 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Thu, 25 Aug 2011 19:13:21 +0100 Subject: [PATCH] Bumped VERSION to 0.9 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c91d786..7262633 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=8 +VERSION_MINOR=9 -VERSION_CURRENT=3 -VERSION_REVISION=1 -VERSION_AGE=2 +VERSION_CURRENT=4 +VERSION_REVISION=0 +VERSION_AGE=3 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib