X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=24f2211ee9af8892d833008ace05800013be6fdf;hb=9c75e92604fae1efd7137d085dd2281e7886345b;hp=e008ae524d94f446c552ad38c17f609dc30a222d;hpb=1e351c10303ffb6084e6a01eb843409c69f390c2;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index e008ae5..24f2211 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.107 2007-05-01 12:35:17 adam Exp $ +; $Id: yaz.nsi,v 1.110 2007-05-21 12:18:26 adam Exp $ -!define VERSION "3.0.0" +!define VERSION "3.0.4" ; Microsoft runtime CRT ; VS 2003 @@ -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