summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-14 01:39:39 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-14 01:39:39 +0000
commit52963a451fd0fb846eec993c7f10261a1541028d (patch)
tree7f540e9a2ae9908efe92bb44386e96156823fbef /Rules.mak
parent969b2279b45990eacfb188fd63f1b963366bd248 (diff)
Bump version number in preparation for a 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 25602ff13..b328c7c29 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -54,7 +54,7 @@ HOSTCFLAGS=-O2 -Wall
# this stuff alone.
MAJOR_VERSION:=0
MINOR_VERSION:=9
-SUBLEVEL:=19
+SUBLEVEL:=20
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C