Fix potential buffer overrun that could occur if SRU charset name
[yaz-moved-to-github.git] / win / yaz.nsi
index c75fa8f..3cc13fe 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.94 2006-09-17 10:53:03 adam Exp $
+; $Id: yaz.nsi,v 1.111 2007-06-02 20:57:12 adam Exp $
 
-!define VERSION "2.1.30"
+!define VERSION "3.0.5"
 
 ; Microsoft runtime CRT
 ; VS 2003
@@ -97,7 +97,7 @@ Noservice:
        File ..\bin\zlib1.dll
        File ..\bin\libxml2.dll
        File ..\bin\libxslt.dll
-       File ..\bin\yaz.dll
+       File ..\bin\yaz3.dll
 ;      File ..\bin\*.manifest
        File ..\bin\*.exe
        SetOutPath $SMPROGRAMS\YAZ
@@ -117,7 +117,7 @@ Section "YAZ Development" YAZ_Development
        SetOutPath $INSTDIR\include\yaz
        File ..\include\yaz\*.h
        SetOutPath $INSTDIR\lib
-       File ..\lib\yaz.lib
+       File ..\lib\yaz3.lib
 SectionEnd
 
 Section "YAZ Documentation" YAZ_Documentation