From 1056a88d01191ffbe016b201466c1afb8c324b1e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 15 Apr 2011 11:43:48 +0000 Subject: [PATCH] Version 1.5.6. --- configure.ac | 2 +- debian/changelog | 6 ++++++ m4 | 2 +- pazpar2.spec | 2 +- win/makefile | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 2908aea..488bed8 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.5.5],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.5.6],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 31f83d6..4cde1a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.5.6-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 15 Apr 2011 11:42:25 +0000 + pazpar2 (1.5.5-1indexdata) unstable; urgency=low * Upstream. diff --git a/m4 b/m4 index f7d7eb4..96ff03f 160000 --- a/m4 +++ b/m4 @@ -1 +1 @@ -Subproject commit f7d7eb4b44b7fdad1942e32856d6afc2e6dcabda +Subproject commit 96ff03f91b4539e315dadd50ab2564412c076394 diff --git a/pazpar2.spec b/pazpar2.spec index 24b42b2..ebea692 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -1,6 +1,6 @@ Summary: Metasearcher Name: pazpar2 -Version: 1.5.5 +Version: 1.5.6 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 869e779..4748a0a 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.5.5 +PACKAGE_VERSION=1.5.6 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4