From 0d361614300d678f375b9e15ccca211d738a8604 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 2 Nov 2014 08:43:40 +0000 Subject: [PATCH] Version 1.1.8 --- IDMETA | 2 +- package.xml | 10 +++++----- php_yaz.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/IDMETA b/IDMETA index a510559..f309f63 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" -VERSION=1.1.7 +VERSION=1.1.8 NAME=php5-yaz diff --git a/package.xml b/package.xml index 1b34c8a..f63de6c 100644 --- a/package.xml +++ b/package.xml @@ -14,11 +14,11 @@ Find more information at: adam@indexdata.dk yes - 2014-10-07 - + 2014-11-02 + - 1.1.7 - 1.1.7 + 1.1.8 + 1.1.8 stable @@ -26,7 +26,7 @@ Find more information at: PHP -Add yaz_cql_parse + yaz_cql_conf. +Update LICENSE to Revised BSD (same as YAZ itself). diff --git a/php_yaz.h b/php_yaz.h index 6022cad..bb826f6 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.7" +#define PHP_YAZ_VERSION "1.1.8" #if HAVE_YAZ -- 1.7.10.4