From 927713ef7639bbbe6acc5bf35555dc969ce98bcc Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 12 Aug 2013 14:36:54 +0200 Subject: [PATCH] release 1.0.0 --- package.xml | 2 +- php_raphf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 238c01b..ad54c35 100644 --- a/package.xml +++ b/package.xml @@ -19,7 +19,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2013-07-07 + 2013-08-12 1.0.0 1.0.0 diff --git a/php_raphf.h b/php_raphf.h index 6da1b0f..a1b0823 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 "0.1.0" +#define PHP_RAPHF_VERSION "1.0.0" #ifdef PHP_WIN32 # define PHP_RAPHF_API __declspec(dllexport) -- 2.30.2