diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-14 01:39:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-14 01:39:39 +0000 |
commit | 52963a451fd0fb846eec993c7f10261a1541028d (patch) | |
tree | 7f540e9a2ae9908efe92bb44386e96156823fbef /Rules.mak | |
parent | 969b2279b45990eacfb188fd63f1b963366bd248 (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:=19 +SUBLEVEL:=20 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C |