summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-01-09 08:19:19 +0000
committerEric Andersen <andersen@codepoet.org>2005-01-09 08:19:19 +0000
commitff1c90eba2eccd1fff0315825f10e4512fe9b16c (patch)
treede6465d8107ddcde5a36e027f3cbc31a18400060 /Rules.mak
parent7c23a63553c768bd9834ce60f9f4e638d79c5569 (diff)
Bump version number
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 edc9241bf..fb56a2ac2 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -58,7 +58,7 @@ HOSTCFLAGS=-O2 -Wall
# this stuff alone.
MAJOR_VERSION:=0
MINOR_VERSION:=9
-SUBLEVEL:=26
+SUBLEVEL:=27
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C