From: Adam Dickmeiss Date: Fri, 23 May 2008 10:09:07 +0000 (+0200) Subject: Bump version to 1.0.9 X-Git-Tag: v1.0.9~1 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=0232cfff359646b39eb049820faa0df6ca5b79e7 Bump version to 1.0.9 --- diff --git a/configure.ac b/configure.ac index c29053a..1e096f7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.0.8],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.0.9],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 0011fbc..0911d0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.0.9-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 23 May 2008 12:08:51 +0200 + pazpar2 (1.0.8-1) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index fabc4ce..b62f9ff 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.8 +PACKAGE_VERSION=1.0.9 # YAZ YAZ_DIR=..\..\yaz