diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-24 16:31:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-24 16:31:21 +0000 |
commit | fbe03b720849fa0539c86893cf98bbaa9e039f80 (patch) | |
tree | cf9103c3f91bb5e6d65ec517461197bdd91ffdcf /Rules.mak | |
parent | b6e3fffca418c07bc36e4fc8b2c576abb90766ff (diff) |
Begin release preparations...
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ HOSTCFLAGS=-O2 -Wall # this stuff alone. MAJOR_VERSION:=0 MINOR_VERSION:=9 -SUBLEVEL:=16 +SUBLEVEL:=17 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C |