diff options
| author | Christopher Jones <sixd@php.net> | 2010-01-12 19:12:49 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2010-01-12 19:12:49 +0000 |
| commit | 218eba34ee1edf359eb4f6045979749b13a1ba88 (patch) | |
| tree | 893c856cb312ab3702b463ba7f2ad55a3533127b /ext/oci8/php_oci8.h | |
| parent | d2e14e3f202d1c30dd79c095ff27bf96a146b813 (diff) | |
| download | php-git-218eba34ee1edf359eb4f6045979749b13a1ba88.tar.gz | |
Bump version in early preparation for release
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 b3d0b61811..7ccce856af 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.0 Alpha" +#define PHP_OCI8_VERSION "1.4.1" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |
