summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-08-10 09:12:42 +0000
committerEric Andersen <andersen@codepoet.org>2005-08-10 09:12:42 +0000
commitd2d040e102a57aa16753de847269c756219d656e (patch)
treefe60e9a90bd641b7c9bdb8fc60e4593d69bf2b3d /Rules.mak
parent0b6cdbe41637c354e39318b9f21577830a04251b (diff)
Bump version in preparation for the upcoming 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 65a130bda..7e45eb636 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -61,7 +61,7 @@ HOSTCFLAGS = -O2 -Wall
# probably leave all this stuff alone.
MAJOR_VERSION := 0
MINOR_VERSION := 9
-SUBLEVEL := 27
+SUBLEVEL := 28
VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL := C