From 793be54557b717462fbe5a2150a1704a1e189b08 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 19 Jan 2016 06:39:52 +0100 Subject: [PATCH] prepare 1.1.1 --- package.xml | 4 ++-- php_raphf.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 8919a46..c9ffb3a 100644 --- a/package.xml +++ b/package.xml @@ -19,9 +19,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2015-12-07 + 2016-01-19 - 1.1.1RC1 + 1.1.1 1.0.0 diff --git a/php_raphf.h b/php_raphf.h index 2618d57..18bc595 100644 --- a/php_raphf.h +++ b/php_raphf.h @@ -16,7 +16,7 @@ extern zend_module_entry raphf_module_entry; #define phpext_raphf_ptr &raphf_module_entry -#define PHP_RAPHF_VERSION "1.1.1RC1" +#define PHP_RAPHF_VERSION "1.1.1" #ifdef PHP_WIN32 # define PHP_RAPHF_API __declspec(dllexport) -- 2.30.2