summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-08 21:18:40 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-08 21:18:40 +0000
commiteee33ffc0e42a96bd48ee710560c1595d705bd5e (patch)
treec6a531edf057f038809f0d444c3aced990b9a379 /Rules.mak
parent337011435791b543f52786b085c3c5c298490acd (diff)
Prepare for uClibc 0.9.24 release
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 02d7d6820..bca1dc88e 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -58,7 +58,7 @@ HOSTCFLAGS=-O2 -Wall
# this stuff alone.
MAJOR_VERSION:=0
MINOR_VERSION:=9
-SUBLEVEL:=23
+SUBLEVEL:=24
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C