From 6b7aca3d9eaf27f373d132574f71a4b404b56ff9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 7 Oct 2014 16:01:35 +0200 Subject: [PATCH] Version 1.1.7 --- IDMETA | 2 +- package.xml | 10 +++++----- php_yaz.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/IDMETA b/IDMETA index 7c4e032..b29c1fc 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="trusty saucy precise" -VERSION=1.1.6 +VERSION=1.1.7 NAME=php5-yaz diff --git a/package.xml b/package.xml index 15476f0..dbd7d6c 100644 --- a/package.xml +++ b/package.xml @@ -14,11 +14,11 @@ Find more information at: adam@indexdata.dk yes - 2013-08-12 - + 2014-10-07 + - 1.1.6 - 1.1.6 + 1.1.7 + 1.1.7 stable @@ -26,7 +26,7 @@ Find more information at: PHP -Fix Bug #64773: error define in php_yaz.c. +Add yaz_cql_parse + yaz_cql_conf. diff --git a/php_yaz.h b/php_yaz.h index 3ca0594..057be87 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.6" +#define PHP_YAZ_VERSION "1.1.7" #if HAVE_YAZ -- 1.7.10.4