From 5e9fa1eec8e1afc63a4acc3a1c018d416ab9b547 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 25 Jul 2011 14:10:42 +0000 Subject: [PATCH] Version 1.2.10 --- NEWS | 2 ++ configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7b62683..0516e6f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.2.10 2011/07/25 + Change major version of metaproxy library from 3 to 4. This in turn makes new package names for Debian and RPM. diff --git a/configure.ac b/configure.ac index 959021c..65b1719 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.9],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.10],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 37c396e..3b0c966 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.2.10-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 25 Jul 2011 14:08:35 +0000 + metaproxy (1.2.9-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index 1f05bb7..d30762a 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.2.9 +Version: 1.2.10 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 375f6fe..d420d2f 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.2.9 +VERSION=1.2.10 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4