sixd Tue, 06 Oct 2009 23:21:11 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=289266
Log: bump ver Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h U php/php-src/trunk/ext/oci8/php_oci8.h Modified: php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h =================================================================== --- php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h 2009-10-06 23:12:24 UTC (rev 289265) +++ php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h 2009-10-06 23:21:11 UTC (rev 289266) @@ -46,7 +46,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "1.3.5" +#define PHP_OCI8_VERSION "1.4.0 Alpha" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry Modified: php/php-src/trunk/ext/oci8/php_oci8.h =================================================================== --- php/php-src/trunk/ext/oci8/php_oci8.h 2009-10-06 23:12:24 UTC (rev 289265) +++ php/php-src/trunk/ext/oci8/php_oci8.h 2009-10-06 23:21:11 UTC (rev 289266) @@ -39,7 +39,7 @@ /* * The version of the OCI8 extension. */ -#define PHP_OCI8_VERSION "1.3.5" +#define PHP_OCI8_VERSION "1.4.0 Alpha" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php