diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index 2c4f4a69116..b91b4b24486 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
no
- 2011-10-25
+ 2011-11-03
@@ -41,7 +41,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
1.4.7
- devel
+ stable
stable
PHP
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index d2a95a5cecc..999a1bd1839 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