diff options
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r-- | ext/oci8/php_oci8.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index da62aabac6..70200e452d 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -25,8 +25,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #if HAVE_OCI8 # ifndef PHP_OCI8_H # define PHP_OCI8_H @@ -45,7 +43,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "2.1.1" +#define PHP_OCI8_VERSION "2.1.2" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |