From 650b4518b4c419e308c55b75d730c0362509eb78 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Tue, 24 May 2011 18:18:57 +0100 Subject: [PATCH] Bumped VERSION to 0.8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 033ccee..6c12a08 100644 --- a/Makefile +++ b/Makefile @@ -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