summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-12 11:07:56 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-12 11:07:56 +0000
commit9260b51597f011b8d918f79aabe83eca37c9c00d (patch)
tree652f9ee910042a172abac5d33d1731372e5b75ff /Rules.mak
parenta3ac5450a68b8d33f41b63220c9b854baafbdfc1 (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 799952970..4ca3e2a8a 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -52,7 +52,7 @@ HOSTCFLAGS=-O2 -Wall
# this stuff alone.
MAJOR_VERSION:=0
MINOR_VERSION:=9
-SUBLEVEL:=17
+SUBLEVEL:=18
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C