From 36ab3ba8ea1cf6374ecbfb70dfc393d995441307 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 26 Mar 2012 18:56:57 +0100 Subject: [PATCH] Bump VERSION to 0.14 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e51bc58..472bada 100644 --- a/Makefile +++ b/Makefile @@ -36,11 +36,11 @@ TESTSOURCES=$(wildcard t/[0-9]*.c) TESTFILES=$(TESTSOURCES:.c=.t) VERSION_MAJOR=0 -VERSION_MINOR=13 +VERSION_MINOR=14 -VERSION_CURRENT=8 +VERSION_CURRENT=9 VERSION_REVISION=0 -VERSION_AGE=7 +VERSION_AGE=8 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib