From 7ad1a1c8884ecf7c152dc14b03cf3c15447dfe00 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 24 Nov 2008 18:03:45 +0100 Subject: [PATCH] Version 1.0.13. --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7352d15..0f1f78b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.0.13 2008/11/24 + +Command bytarget returns name of target (if defined). + --- 1.0.12 2008/11/04 Fixed bug #2021.. location now holds all brief elements. diff --git a/configure.ac b/configure.ac index cf0026f..c5bf83a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.0.12],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.0.13],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index d6b8e06..b8d78e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.0.13-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 24 Nov 2008 18:01:54 +0100 + pazpar2 (1.0.12-1) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index d3d9223..d12b64a 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.0.12 +PACKAGE_VERSION=1.0.13 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4