Bump version

This commit is contained in:
2022-02-16 18:02:48 +01:00
parent 0dc79d5dd7
commit 19a02e929e

View File

@ -130,7 +130,7 @@ cd ..
ldconfig ldconfig
cd ImageMagick cd ImageMagick
git fetch --all git fetch --all
git checkout 7.1.0-24 git checkout 7.1.0-25
CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp 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 -j $PROC_LIMIT install
make distclean make distclean