From 0a65f60df137cf1a74de18fefe40b5470d842b77 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Tue, 6 Sep 2011 23:02:57 +0100 Subject: [PATCH] Bumped VERSION to 0.10 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a4294d3..23c84a2 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=9 +VERSION_MINOR=10 -VERSION_CURRENT=4 +VERSION_CURRENT=5 VERSION_REVISION=0 -VERSION_AGE=3 +VERSION_AGE=4 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib