diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-04 05:32:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-04 05:32:21 +0000 |
commit | eecd5c649c5bef05a2559ab5d76988ea74ece856 (patch) | |
tree | 14bbad7b2e1c88a90de07e8ffa40da04afa7f6bc /Rules.mak | |
parent | 613037d45c35b631adc058e2953874a3b7ec1c5c (diff) |
Update for release
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |