From 8c273ad874bba2ea5fc59211899889a7d6fc1849 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 25 Aug 2002 22:22:30 +0000 Subject: Update version to 0.9.15 in preparation for making a release -Erik --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 5a912ae6d..02a7666c5 100644 --- a/Rules.mak +++ b/Rules.mak @@ -26,7 +26,7 @@ # Be sure to update include/features.h when changing this... MAJOR_VERSION:=0 MINOR_VERSION:=9 -SUBLEVEL:=14 +SUBLEVEL:=15 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) -- cgit v1.2.3