From a7b545c4bc2d46ad1489d87d569ff451c487be37 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Aug 2002 15:54:14 +0000 Subject: Bump version to 0.9.13 --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 7975c9e59..3d582ef4c 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:=12 +SUBLEVEL:=13 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) -- cgit v1.2.3