From 0e7be499770800090671c4b09611c0242a5e16c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 30 Sep 2008 18:29:10 +0000 Subject: [PATCH] installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26652 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/AltInstaller/ChangeLog.txt | 2 +- development/Win32/packaging/AltInstaller/Settings.nsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/ChangeLog.txt b/development/Win32/packaging/AltInstaller/ChangeLog.txt index 9967c434fd..8af3f7c368 100644 --- a/development/Win32/packaging/AltInstaller/ChangeLog.txt +++ b/development/Win32/packaging/AltInstaller/ChangeLog.txt @@ -4,7 +4,7 @@ - updated to MiKTeX 2.7 (build 3164) - updated to Python 2.5.2 - updated to Ghostscript 8.63 -- updated to ImageMagick 6.4.3-8 +- updated to ImageMagick 6.4.4-1 - new Ukrainian translation of the installer (thanks to Yuri Chornoivan) - new Catalan translation of the installer (thanks to Joan Montané) diff --git a/development/Win32/packaging/AltInstaller/Settings.nsh b/development/Win32/packaging/AltInstaller/Settings.nsh index 2a550928a6..3785ff5fe2 100644 --- a/development/Win32/packaging/AltInstaller/Settings.nsh +++ b/development/Win32/packaging/AltInstaller/Settings.nsh @@ -66,7 +66,7 @@ BrandingText "LyXWinInstaller v3.${INSTALLER_SUBVERSION} - ${INSTALLER_VERSION}" !define ClassFileDir "${PRODUCT_SOURCEDIR}\Resources\tex" -!define ImageMagickVersion "6.4.3" +!define ImageMagickVersion "6.4.4" # for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin! !define ImageMagickDir "$INSTDIR\etc\ImageMagick" !define GhostscriptDir "$INSTDIR\etc\Ghostscript"