X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=c1aff56c2ed3844019faed2f6aad163f1562469d;hb=ac810b30806428926533d83bb0ec4ffab7aec598;hp=76b470e847e245941a398326c966411ffe216214;hpb=4c01004f98083cefbe51cfa53676e2e0900db491;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index 76b470e..c1aff56 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,9 +1,9 @@ -; $Id: zebra.nsi,v 1.14 2003-04-01 07:48:21 adam Exp $ +; $Id: zebra.nsi,v 1.20 2004-03-29 15:48:14 adam Exp $ -!define VERSION "1.3.10" +!define VERSION "1.3.16" Name "Zebra" -Caption "Index Data Yebra ${VERSION} Setup" +Caption "Index Data Zebra ${VERSION} Setup" OutFile "idzebra_${VERSION}.exe" LicenseText "You must read the following license before installing:" @@ -80,7 +80,7 @@ Section "Zebra Examples" SetOutPath $INSTDIR File /r ..\test -; File /r ..\examples + File /r ..\examples SectionEnd Section "Zebra Source"