From f290f2c62acc8248caa4fd788f90a129fd95a37b Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Mon, 21 Feb 2022 18:44:26 +0100 Subject: [PATCH] Bump version --- install_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_binaries.sh b/install_binaries.sh index 2add401..4c05cfb 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -130,7 +130,7 @@ cd .. ldconfig cd ImageMagick git fetch --all -git checkout 7.1.0-25 +git checkout 7.1.0-26 CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp make -j $PROC_LIMIT install make distclean