summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2010-12-01 23:30:28 +0000
committerChristopher Jones <sixd@php.net>2010-12-01 23:30:28 +0000
commit0f217b0c93b48d3a229421e97c43dc9915b2384e (patch)
tree7fb9b71695274cdbcb251b144cc234f5d607cd32
parent17b31ae362c6b28fa6e6c22656902ccaa4a2b1c3 (diff)
downloadphp-git-0f217b0c93b48d3a229421e97c43dc9915b2384e.tar.gz
Remove OCI8 devel status in preparation for PHP 5.3.4 release
-rw-r--r--ext/oci8/php_oci8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 02dee73d27..b77a1e9d56 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.5-devel"
+#define PHP_OCI8_VERSION "1.4.5"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry