summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-04 05:32:21 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-04 05:32:21 +0000
commiteecd5c649c5bef05a2559ab5d76988ea74ece856 (patch)
tree14bbad7b2e1c88a90de07e8ffa40da04afa7f6bc /Rules.mak
parent613037d45c35b631adc058e2953874a3b7ec1c5c (diff)
Update for 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 1e3eda713..eef3a0636 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -58,7 +58,7 @@ HOSTCFLAGS=-O2 -Wall
# this stuff alone.
MAJOR_VERSION:=0
MINOR_VERSION:=9
-SUBLEVEL:=25
+SUBLEVEL:=26
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C