From a0c2cb53362fb04ae59bcd764822aafa24b0370e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 6 Oct 2008 20:15:56 +0200 Subject: [PATCH] 3.0.37. --- configure.ac | 2 +- debian/changelog | 6 ++++++ include/yaz/yaz-version.h | 6 +++--- win/yaz.nsi | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 03b9f34..1ee89fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2008 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.36],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.37],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index f1834ce..5e14503 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.37-1) unstable; urgency=low + + * Internal. + + -- Adam Dickmeiss Mon, 06 Oct 2008 20:13:56 +0200 + yaz (3.0.36-1) unstable; urgency=low * Upstream. diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index e1d9838..bd8db90 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -32,10 +32,10 @@ #include -#define YAZ_VERSION "3.0.36" -#define YAZ_VERSIONL 0x030024 +#define YAZ_VERSION "3.0.37" +#define YAZ_VERSIONL 0x030025 -#define YAZ_FILEVERSION 3,0,36,1 +#define YAZ_FILEVERSION 3,0,37,1 #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index 236a995..d6c334c 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,7 +1,7 @@ ; This file is part of the YAZ toolkit. ; Copyright (C) 1995-2008 Index Data -!define VERSION "3.0.36" +!define VERSION "3.0.37" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below -- 1.7.10.4