From 8c478a76bb33ea6a9cf71e942643255ce4ca50ca Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 23 Nov 2011 14:47:44 +0100 Subject: [PATCH] libiconv: Update to version 1.14 This is to match the version that currently comes with mingwGitDevEnv. Signed-off-by: Sebastian Schuberth --- src/libiconv/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libiconv/release.sh b/src/libiconv/release.sh index ad1d8165..8b0c3b1a 100644 --- a/src/libiconv/release.sh +++ b/src/libiconv/release.sh @@ -2,7 +2,7 @@ cd "$(dirname "$0")" -VERSION=1.13.1 +VERSION=1.14 DIR=libiconv-$VERSION URL=http://ftp.gnu.org/pub/gnu/libiconv/$DIR.tar.gz FILE=${URL##*/} -- 2.11.4.GIT