From 6b256e961e4bad822ae45f0e95c927f267ffa029 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 22 Jan 2012 15:47:21 +0000 Subject: [PATCH] Bump VERSION to 0.12 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d0ff442..f83df94 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ endif CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=11 +VERSION_MINOR=12 -VERSION_CURRENT=6 +VERSION_CURRENT=7 VERSION_REVISION=0 -VERSION_AGE=5 +VERSION_AGE=6 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib