From a0f86dcd9811d1fba44ea6947081c32a6ff9f77a Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Thu, 24 Mar 2011 00:03:41 +0000 Subject: [PATCH] Bumped VERSION_MINOR to 0.6 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fb02d43..e584298 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=4 +VERSION_MINOR=6 -VERSION_CURRENT=0 +VERSION_CURRENT=2 VERSION_REVISION=0 -VERSION_AGE=0 +VERSION_AGE=1 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib