From 692ae5d6f2351f2ce214c91ae07c7c3daa8263f9 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Thu, 7 Apr 2011 17:38:08 +0100 Subject: [PATCH] Bumped VERSION to 0.7 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index da19c7f..033ccee 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=6 +VERSION_MINOR=7 -VERSION_CURRENT=2 +VERSION_CURRENT=3 VERSION_REVISION=0 -VERSION_AGE=1 +VERSION_AGE=2 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib