From 3e520f30e06ded318c6a0a976ca509fa301ba5b8 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 30 Nov 2011 17:53:38 +0000 Subject: [PATCH] Bump VERSION to 0.11 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ae29688..80ef01a 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ endif CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=10 +VERSION_MINOR=11 -VERSION_CURRENT=5 +VERSION_CURRENT=6 VERSION_REVISION=0 -VERSION_AGE=4 +VERSION_AGE=5 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib