From 9260b51597f011b8d918f79aabe83eca37c9c00d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Feb 2003 11:07:56 +0000 Subject: Bump version number --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 799952970..4ca3e2a8a 100644 --- a/Rules.mak +++ b/Rules.mak @@ -52,7 +52,7 @@ HOSTCFLAGS=-O2 -Wall # this stuff alone. MAJOR_VERSION:=0 MINOR_VERSION:=9 -SUBLEVEL:=17 +SUBLEVEL:=18 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C -- cgit v1.2.3