From 41e62c79292dde4d7658ae75b959e23262180712 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Aug 2012 16:59:02 +0200 Subject: [PATCH] Version 1.1.4 --- IDMETA | 2 +- debian/changelog | 4 ++-- package.xml | 22 ++++++++++++---------- php_yaz.h | 2 +- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/IDMETA b/IDMETA index 3a57510..cbf8033 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" -VERSION=1.1.3 +VERSION=1.1.4 NAME=php5-yaz diff --git a/debian/changelog b/debian/changelog index 06f2b97..c1268bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -php5-yaz (1.1.3-1indexdata) stable; urgency=low +php5-yaz (1.1.4-1indexdata) stable; urgency=low * Upstream. - -- Adam Dickmeiss Mon, 13 Aug 2012 16:28:39 +0200 + -- Adam Dickmeiss Mon, 13 Aug 2012 16:55:43 +0200 php5-yaz (1.1.2-1indexdata) stable; urgency=low diff --git a/package.xml b/package.xml index f85a2f9..98702b4 100644 --- a/package.xml +++ b/package.xml @@ -1,5 +1,5 @@ - + yaz pecl.php.net Z39.50/SRU client @@ -15,26 +15,28 @@ Find more information at: yes 2012-08-13 - + - 1.1.3 - 1.1.3 + 1.1.4 + 1.1.4 stable stable PHP - New tar. Avoid deprecated pval_destructor + +Avoid deprecated pval_destructor. + - + - - - - + + + + diff --git a/php_yaz.h b/php_yaz.h index 73dccc3..1433e65 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.3" +#define PHP_YAZ_VERSION "1.1.4" #if HAVE_YAZ -- 1.7.10.4