From cd57c39191e330ebec43468a0b47c5b6b23a3dc9 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 25 Apr 2012 00:17:20 +0100 Subject: [PATCH] Bump VERSION to 0.15 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6f591e2..bd0a61e 100644 --- a/Makefile +++ b/Makefile @@ -42,11 +42,11 @@ TESTSOURCES=$(wildcard t/[0-9]*.c) TESTFILES=$(TESTSOURCES:.c=.t) VERSION_MAJOR=0 -VERSION_MINOR=14 +VERSION_MINOR=15 -VERSION_CURRENT=9 +VERSION_CURRENT=10 VERSION_REVISION=0 -VERSION_AGE=8 +VERSION_AGE=9 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib