From eb85ae95a2cb44425960f1516af2af3e37c6ba42 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 3 Nov 2014 12:41:33 +0000 Subject: [PATCH] Version 1.1.9 --- IDMETA | 2 +- package.xml | 10 +++++----- php_yaz.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/IDMETA b/IDMETA index 399183d..14cd32d 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" -VERSION=1.1.8 +VERSION=1.1.9 NAME=php5-yaz diff --git a/package.xml b/package.xml index 7545504..341bfd5 100644 --- a/package.xml +++ b/package.xml @@ -14,11 +14,11 @@ Find more information at: adam@indexdata.dk yes - 2014-11-02 - + 2014-11-03 + - 1.1.8 - 1.1.8 + 1.1.9 + 1.1.9 stable @@ -26,7 +26,7 @@ Find more information at: revised BSD -Update LICENSE to Revised BSD (same as YAZ itself). +Fix compilation for older YAZ versions. Tests part of package. diff --git a/php_yaz.h b/php_yaz.h index d8415fc..0907fa8 100644 --- a/php_yaz.h +++ b/php_yaz.h @@ -6,7 +6,7 @@ #ifndef PHP_YAZ_H #define PHP_YAZ_H -#define PHP_YAZ_VERSION "1.1.8" +#define PHP_YAZ_VERSION "1.1.9" #if HAVE_YAZ -- 1.7.10.4