diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-12 11:07:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-12 11:07:56 +0000 |
commit | 9260b51597f011b8d918f79aabe83eca37c9c00d (patch) | |
tree | 652f9ee910042a172abac5d33d1731372e5b75ff /Rules.mak | |
parent | a3ac5450a68b8d33f41b63220c9b854baafbdfc1 (diff) |
Bump version number
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:=17 +SUBLEVEL:=18 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C |