diff options
-rw-r--r-- | ext/oci8/package.xml | 4 | ||||
-rw-r--r-- | ext/oci8/php_oci8.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 2c4f4a6911..b91b4b2448 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <active>no</active> </lead> - <date>2011-10-25</date> + <date>2011-11-03</date> <time>12:00:00</time> <version> @@ -41,7 +41,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <api>1.4.7</api> </version> <stability> - <release>devel</release> + <release>stable</release> <api>stable</api> </stability> <license uri="http://www.php.net/license">PHP</license> diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index d2a95a5cec..999a1bd183 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -46,7 +46,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "1.4.7-devel" +#define PHP_OCI8_VERSION "1.4.7" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |