From c1f191cd5a3b6e6f9aa72b4f8a2ee5f87ce79772 Mon Sep 17 00:00:00 2001 From: Amit D Date: Sat, 24 Dec 2016 13:17:59 +0200 Subject: [PATCH] Travis CI - Update Leptonica to 1.74.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 688a6cd34e..a83e2cbf45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: - if [[ $OSX ]]; then brew update; fi - - export LEPT_VER=1.74 + - export LEPT_VER=1.74.0 install: - if [[ $OSX ]]; then brew install icu4c pango; brew link --force gettext; fi