LyXWinInstaller: reflect GS update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-03-30 01:03:18 +00:00
parent 576c3e1624
commit 1b8c157e54
3 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,9 @@
- new window style for View -> View Source
- many, many bug fixes
- updated to ImageMagick 6.3.3-4
- updated to ImageMagick 6.3.3-4: fix bug that transparent image pixels appear
black in DVI or Postscript output
- updated to Ghostscript 8.56
- add missing DLL to run Python on all Win platforms
- add missing image files for EmbeddedObjects manual

View File

@ -1,4 +1,4 @@
; Lyx for Windows, NSIS v2 series installer script
; Lyx for Windows, NSIS v2 series installer script
; File LyXWinInstaller.nsi
; This file is part of LyX, the document processor.
@ -57,7 +57,7 @@ BrandingText "LyXWinInstaller v3.10 - Complete"
!define ImageMagickVersion "6.3.3"
!define ImageMagickDir "$INSTDIR\etc\ImageMagick" ; for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin!
!define GhostscriptDir "$INSTDIR\etc\Ghostscript"
!define GhostscriptVersion "8.54"
!define GhostscriptVersion "8.56"
!define AiksaurusDir "$APPDATA\Aiksaurus"
!define AiksaurusInstall "external\Aiksaurus"
!define AspellDir "$APPDATA\Aspell"

View File

@ -57,7 +57,7 @@ BrandingText "LyXWinInstaller v3.10 - Small"
!define ImageMagickVersion "6.3.3"
!define ImageMagickDir "$INSTDIR\etc\ImageMagick" ; for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin!
!define GhostscriptDir "$INSTDIR\etc\Ghostscript"
!define GhostscriptVersion "8.54"
!define GhostscriptVersion "8.56"
!define AiksaurusDir "$APPDATA\Aiksaurus"
!define AiksaurusInstall "external\Aiksaurus"
!define AspellDir "$APPDATA\Aspell"