From 8fa6874f7c143499d03c5fdcfbc50bd01a31a58c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 16 May 2007 10:47:14 +0000 Subject: [PATCH] Bump to version 3.0.3 --- configure.ac | 4 ++-- include/yaz/yaz-version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index e87b59b..c8910c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1995-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.78 2007-05-08 08:27:13 adam Exp $ +dnl $Id: configure.ac,v 1.79 2007-05-16 10:47:14 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[3.0.2],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.3],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 222200d..4cc4d34 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: yaz-version.h,v 1.123 2007-05-08 08:27:14 adam Exp $ */ +/* $Id: yaz-version.h,v 1.124 2007-05-16 10:47:14 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,8 +33,8 @@ #include -#define YAZ_VERSION "3.0.2" -#define YAZ_VERSIONL 0x030002 +#define YAZ_VERSION "3.0.3" +#define YAZ_VERSIONL 0x030003 #define YAZ_DATE 1 -- 1.7.10.4