diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-05 23:21:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-05 23:21:22 +0000 |
commit | 38303cbca92f0bb13ee3f390915fb2dcfeb5b398 (patch) | |
tree | cb48562e362b96860c0a1ab07cd24a4e1ace038e /Rules.mak | |
parent | f6d73890f313184ae3012ec22600f1600236192a (diff) |
Bump version number in preparation for a release
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ HOSTCFLAGS=-O2 -Wall # this stuff alone. MAJOR_VERSION:=0 MINOR_VERSION:=9 -SUBLEVEL:=20 +SUBLEVEL:=21 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C |