diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-03 19:09:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-03 19:09:47 +0000 |
commit | 4dabc40d995c8e8c4db84864283629eb2f4f3f4f (patch) | |
tree | b37ec1149f9f307b74a75aa5b52b1525d3383555 | |
parent | 7e6f8ff99f9f21a509bb92c231c679966b20691a (diff) | |
download | uClibc-alpine-4dabc40d995c8e8c4db84864283629eb2f4f3f4f.tar.bz2 uClibc-alpine-4dabc40d995c8e8c4db84864283629eb2f4f3f4f.tar.xz |
begin preparing for release
-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:=18 +SUBLEVEL:=19 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C |