Browse Source

Bump version in early preparation for release

experimental/first_unicode_implementation
Christopher Jones 16 years ago
parent
commit
16bc68fa0c
  1. 2
      ext/oci8/php_oci8.h

2
ext/oci8/php_oci8.h

@ -39,7 +39,7 @@
/*
* The version of the OCI8 extension.
*/
#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

Loading…
Cancel
Save