From e35064b7f872961b6a00ab55c97f6ea4d26ed027 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 5 Jun 2012 08:42:28 +0200 Subject: [PATCH] Version 1.1.2 --- IDMETA | 4 ++-- package.xml | 10 +++++----- php_yaz.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/IDMETA b/IDMETA index c97affc..f9a1dd8 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ -DEBIAN_DIST="squeeze" +DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" -VERSION=1.1.1 +VERSION=1.1.2 NAME=php5-yaz diff --git a/package.xml b/package.xml index 39d33da..34a39ce 100644 --- a/package.xml +++ b/package.xml @@ -14,18 +14,18 @@ Find more information at: adam@indexdata.dk yes - 2011-05-31 - + 2012-06-05 + - 1.1.1 - 1.1.1 + 1.1.2 + 1.1.2 stable stable PHP - Avoid deprecated Zend API. Fixes for Windows compilation + Updates for PHP 5.4 diff --git a/php_yaz.h b/php_yaz.h index 74d7044..7b07304 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.1" +#define PHP_YAZ_VERSION "1.1.2" #if HAVE_YAZ -- 1.7.10.4