From 58850dbac237f7dc7cf9420ef5bde1f9b0f28701 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Fri, 30 Nov 2012 17:10:07 +0000 Subject: [PATCH] Bump VERSION to 0.16 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7ee66a2..ac1888b 100644 --- a/Makefile +++ b/Makefile @@ -44,11 +44,11 @@ TESTSOURCES=$(wildcard t/[0-9]*.c) TESTFILES=$(TESTSOURCES:.c=.t) VERSION_MAJOR=0 -VERSION_MINOR=15 +VERSION_MINOR=16 -VERSION_CURRENT=10 +VERSION_CURRENT=11 VERSION_REVISION=0 -VERSION_AGE=9 +VERSION_AGE=10 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib