From: Adam Dickmeiss Date: Thu, 24 Apr 2003 19:47:50 +0000 (+0000) Subject: Version increment X-Git-Tag: ZEBRA.1.3.11~6 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=40169ceb63d072129b53dfc2d208ba24e4c29945 Version increment --- diff --git a/CHANGELOG b/CHANGELOG index 5710f03..cb3e231 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ -New version of SOIF filter (soif.flt). - Kang-Jin Lee +--- 1.3.11 2003/04/25 + +Avoid -L/usr/lib since that is already default library path. + +Allow multiple updates within one transaction. Fixed a bug with >2GB files (overflow in integer expression). diff --git a/win/zebra.nsi b/win/zebra.nsi index 76b470e..9c755d0 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.14 2003-04-01 07:48:21 adam Exp $ +; $Id: zebra.nsi,v 1.15 2003-04-24 19:47:50 adam Exp $ -!define VERSION "1.3.10" +!define VERSION "1.3.11" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup"