diff options
| author | Christopher Jones <sixd@php.net> | 2011-06-27 17:24:55 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2011-06-27 17:24:55 +0000 |
| commit | cf6b208cab27267e7c1a5db5c62979a95924d71b (patch) | |
| tree | c72ddb520d6b764c479f9535e6534e97d5c900ee /ext/oci8/php_oci8.h | |
| parent | 93fcf04fc1468a399370d25790a8d26f75a4e0ab (diff) | |
| download | php-git-cf6b208cab27267e7c1a5db5c62979a95924d71b.tar.gz | |
missed version sync with 5.4
Diffstat (limited to 'ext/oci8/php_oci8.h')
| -rw-r--r-- | ext/oci8/php_oci8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index bcb12a7bd8..427ca59abe 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.6-dev" +#define PHP_OCI8_VERSION "1.4.6" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |
