From 774c744d603202271d1dcfaecd39f7af54db21d2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 Oct 2008 14:19:16 +0200 Subject: [PATCH] Bump version to 1.1.0 --- configure.ac | 2 +- win/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e19a7d8..72dc488 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.0.9],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.1.0],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/win/makefile b/win/makefile index 3e2579b..9867cf5 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.9 +PACKAGE_VERSION=1.1.0 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4