From 38303cbca92f0bb13ee3f390915fb2dcfeb5b398 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 5 Sep 2003 23:21:22 +0000 Subject: Bump version number in preparation for a release --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 78a0c657e..25ff80eb3 100644 --- a/Rules.mak +++ b/Rules.mak @@ -54,7 +54,7 @@ HOSTCFLAGS=-O2 -Wall # this stuff alone. MAJOR_VERSION:=0 MINOR_VERSION:=9 -SUBLEVEL:=20 +SUBLEVEL:=21 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C -- cgit v1.2.3