summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-21 09:45:13 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-21 09:45:13 +0000
commit530b8e6c2ad3a3b759214d41d9f755e51e0847b2 (patch)
tree4b496dc1ef82fc9f49cacaff189b283cdaa27c4d /package/libtool
parentc02a6d9f5fd4feaaeac817d6941776ba051853d0 (diff)
downloadbuildroot-novena-530b8e6c2ad3a3b759214d41d9f755e51e0847b2.tar.gz
buildroot-novena-530b8e6c2ad3a3b759214d41d9f755e51e0847b2.zip
- bump version
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index b5c37c7d5..f0d480e39 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -3,7 +3,7 @@
# libtool
#
#############################################################
-LIBTOOL_VERSION:=1.5.22
+LIBTOOL_VERSION:=1.5.24
LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE:=http://ftp.gnu.org/pub/gnu/libtool
LIBTOOL_CAT:=$(ZCAT)