Bump version

This commit is contained in:
2022-05-26 12:33:43 +02:00
parent 485dce1f2e
commit 59c4284a39

View File

@ -130,7 +130,7 @@ cd ..
ldconfig
cd ImageMagick
git fetch --all
git checkout 7.1.0-34
git checkout 7.1.0-35
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