From 80d85295f0d92eb57c4a37a7f6ea78b8a9e951d8 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 12 Aug 2013 15:34:25 +0200 Subject: [PATCH] release 1.0.0 --- package.xml | 2 +- php_propro.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index be11e7e..98b4a05 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_propro.h b/php_propro.h index 5d01740..3518854 100644 --- a/php_propro.h +++ b/php_propro.h @@ -16,7 +16,7 @@ extern zend_module_entry propro_module_entry; #define phpext_propro_ptr &propro_module_entry -#define PHP_PROPRO_VERSION "0.1.0" +#define PHP_PROPRO_VERSION "1.0.0" #ifdef PHP_WIN32 # define PHP_PROPRO_API __declspec(dllexport) -- 2.30.2