sixd            Mon Mar 16 05:37:35 2009 UTC

  Modified files:              
    /php-src/ext/oci8   php_oci8.h 
  Log:
  Prepare for PECL OCI8 1.3.5
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/php_oci8.h?r1=1.52&r2=1.53&diff_format=u
Index: php-src/ext/oci8/php_oci8.h
diff -u php-src/ext/oci8/php_oci8.h:1.52 php-src/ext/oci8/php_oci8.h:1.53
--- php-src/ext/oci8/php_oci8.h:1.52    Mon Mar  9 17:40:59 2009
+++ php-src/ext/oci8/php_oci8.h Mon Mar 16 05:37:35 2009
@@ -25,7 +25,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_oci8.h,v 1.52 2009/03/09 17:40:59 sixd Exp $ */
+/* $Id: php_oci8.h,v 1.53 2009/03/16 05:37:35 sixd Exp $ */
 
 #if HAVE_OCI8
 # ifndef PHP_OCI8_H
@@ -39,7 +39,7 @@
 /*
  * The version of the OCI8 extension.
  */
-#define PHP_OCI8_VERSION "1.3.5-dev"
+#define PHP_OCI8_VERSION "1.3.5"
 
 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

Reply via email to