summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8.h
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-11-03 22:13:34 +0000
committerChristopher Jones <sixd@php.net>2011-11-03 22:13:34 +0000
commitacd96cdebe96d16681ab1275dd66233fa39c4180 (patch)
tree7aea078b07bfb75aa764234a3e8b0ab669016acc /ext/oci8/php_oci8.h
parent2e6db16f51affad26182fcfc08954076d2cbb80b (diff)
downloadphp-git-acd96cdebe96d16681ab1275dd66233fa39c4180.tar.gz
Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r--ext/oci8/php_oci8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index d2a95a5cec..999a1bd183 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.7-devel"
+#define PHP_OCI8_VERSION "1.4.7"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry