From a60b036b60a11fd4a85046cbfe47856161156cd5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 31 May 2011 11:09:01 +0200 Subject: [PATCH] Version 1.1.1 --- debian/changelog | 6 ++++++ package.xml | 10 +++++----- php_yaz.h | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index ef89a55..a1f2a86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +php5-yaz (1.1.1-1indexdata) stable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 31 May 2011 11:04:03 +0200 + php5-yaz (1.0.15-1indexdata) stable; urgency=low * Upstream. diff --git a/package.xml b/package.xml index 796ba55..39d33da 100644 --- a/package.xml +++ b/package.xml @@ -14,18 +14,18 @@ Find more information at: adam@indexdata.dk yes - 2011-05-27 - + 2011-05-31 + - 1.1.0 - 1.1.0 + 1.1.1 + 1.1.1 stable stable PHP - Update for YAZ version 4 + Avoid deprecated Zend API. Fixes for Windows compilation diff --git a/php_yaz.h b/php_yaz.h index 4f09dcc..74d7044 100644 --- a/php_yaz.h +++ b/php_yaz.h @@ -19,7 +19,7 @@ #ifndef PHP_YAZ_H #define PHP_YAZ_H -#define PHP_YAZ_VERSION "1.1.0" +#define PHP_YAZ_VERSION "1.1.1" #if HAVE_YAZ -- 1.7.10.4