summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-03 09:50:25 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-03 09:50:25 +0000
commitcd6759b35c690fd46158afc7b88c4384ca358862 (patch)
treee43a111b900460fa97e878febc142da80e56fcc7 /Rules.mak
parent562b05c14ce68aeb01518dcdbbdf72e5556a4f1a (diff)
Begin preparations for the next release
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index aa2fe37fa..c29a4e261 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -58,7 +58,7 @@ HOSTCFLAGS=-O2 -Wall
# this stuff alone.
MAJOR_VERSION:=0
MINOR_VERSION:=9
-SUBLEVEL:=21
+SUBLEVEL:=22
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C