From 8e4551571099047ff045ea01ff464082b220448e Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Thu, 8 Mar 2012 13:54:44 +0000 Subject: [PATCH] Bump VERSION to 0.13 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 007a4db..bfa1e32 100644 --- a/Makefile +++ b/Makefile @@ -15,11 +15,11 @@ endif CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=12 +VERSION_MINOR=13 -VERSION_CURRENT=7 +VERSION_CURRENT=8 VERSION_REVISION=0 -VERSION_AGE=6 +VERSION_AGE=7 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib