From 2c6d94b6653410fcb959d13b40a4eb9bfb15f7e6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 Feb 2008 19:30:28 +0000 Subject: [PATCH] Bump version to 3.0.25. --- configure.ac | 4 ++-- include/yaz/yaz-version.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index a717538..f295595 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1995-2008 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.109 2008-01-28 08:14:52 adam Exp $ +dnl $Id: configure.ac,v 1.110 2008-02-18 19:30:28 adam Exp $ AC_PREREQ(2.60) -AC_INIT([yaz],[3.0.24],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.25],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index c9a0239..a240206 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.143 2008-01-28 08:14:53 adam Exp $ */ +/* $Id: yaz-version.h,v 1.144 2008-02-18 19:30:29 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,10 +33,10 @@ #include -#define YAZ_VERSION "3.0.24" -#define YAZ_VERSIONL 0x030014 +#define YAZ_VERSION "3.0.25" +#define YAZ_VERSIONL 0x030015 -#define YAZ_FILEVERSION 3,0,24,1 +#define YAZ_FILEVERSION 3,0,25,1 #define YAZ_DATE 1 -- 1.7.10.4