diff options
author | Christopher Jones <sixd@php.net> | 2013-09-27 17:16:02 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-09-27 17:16:02 -0700 |
commit | 0a3ee7b26bfe17a6536b2dd8b16febc8b4b55d4d (patch) | |
tree | d3d870acbe866cc0f78d8fd7350a5222c0240aa1 | |
parent | 9b9eaba0834a0f985290304187189d0e33834b30 (diff) | |
download | php-git-0a3ee7b26bfe17a6536b2dd8b16febc8b4b55d4d.tar.gz |
Prepare for next release
-rw-r--r-- | ext/oci8/package.xml | 23 | ||||
-rw-r--r-- | ext/oci8/php_oci8.h | 2 |
2 files changed, 20 insertions, 5 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index cd6bb04c0b..1161b031f3 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -44,8 +44,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> <time>12:00:00</time> <version> - <release>2.0.4</release> - <api>2.0.4</api> + <release>2.0.5</release> + <api>2.0.5</api> </version> <stability> <release>devel</release> @@ -53,8 +53,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> </stability> <license uri="http://www.php.net/license">PHP</license> <notes> -Fix persistent memory usage with --enable-dtrace -Export get_module() for Windows php_oci8_12c.dll + - no notes yet </notes> <contents> <dir name="/"> @@ -455,6 +454,22 @@ Export get_module() for Windows php_oci8_12c.dll <release> <version> + <release>2.0.4</release> + <api>2.0.4</api> + </version> + <stability> + <release>devel</release> + <api>devel</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> +Fix persistent memory usage with --enable-dtrace +Export get_module() for Windows php_oci8_12c.dll + </notes> +</release> + +<release> + <version> <release>2.0.3</release> <api>2.0.3</api> </version> diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 6d02eff6b2..1ea0411073 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 "2.0.3-dev" +#define PHP_OCI8_VERSION "2.0.5-dev" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |