From a77ec19f6b11be249bbb1ea11314228c3cdf8bb0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Aug 2012 16:30:42 +0200 Subject: [PATCH] Version 1.1.3 --- IDMETA | 2 +- debian/changelog | 6 ++++++ package.xml | 10 +++++----- php_yaz.h | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/IDMETA b/IDMETA index f9a1dd8..3a57510 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" -VERSION=1.1.2 +VERSION=1.1.3 NAME=php5-yaz diff --git a/debian/changelog b/debian/changelog index 8d4bbf8..06f2b97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +php5-yaz (1.1.3-1indexdata) stable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 13 Aug 2012 16:28:39 +0200 + php5-yaz (1.1.2-1indexdata) stable; urgency=low * Upstream. diff --git a/package.xml b/package.xml index 5b5de0d..f85a2f9 100644 --- a/package.xml +++ b/package.xml @@ -14,18 +14,18 @@ Find more information at: adam@indexdata.dk yes - 2012-06-05 - + 2012-08-13 + - 1.1.2 - 1.1.2 + 1.1.3 + 1.1.3 stable stable PHP - Updates for PHP 5.4 + New tar. Avoid deprecated pval_destructor diff --git a/php_yaz.h b/php_yaz.h index 7b07304..73dccc3 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.2" +#define PHP_YAZ_VERSION "1.1.3" #if HAVE_YAZ -- 1.7.10.4