From e3c51c27098bbb8989c3d6c14fbc09af5ca06103 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Jul 2006 20:15:38 +0000 Subject: bump the version, in preparation for actually cutting a release at some point in the relatively near future. --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 8a1db43f8..7c227eaa4 100644 --- a/Rules.mak +++ b/Rules.mak @@ -66,7 +66,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_SOURCE # Now config hard core MAJOR_VERSION := 0 MINOR_VERSION := 9 -SUBLEVEL := 28 +SUBLEVEL := 29 VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL := C -- cgit v1.2.3