From 24c87d760d347c439adf32d14775d306301eee59 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 1 Dec 2010 23:30:28 +0000 Subject: [PATCH] Remove OCI8 devel status in preparation for PHP 5.3.4 release --- ext/oci8/php_oci8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0