]> granicus.if.org Git - php/commitdiff
bump version number
authorAntony Dovgal <tony2001@php.net>
Thu, 24 Aug 2006 12:46:52 +0000 (12:46 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 24 Aug 2006 12:46:52 +0000 (12:46 +0000)
ext/oci8/oci8.c

index 31329ced8564c4ce27e24e6131cc78ddd2426ef3..dec01b4eedaee8b13fa7bf28e6abf697047ab802 100644 (file)
@@ -374,7 +374,7 @@ zend_module_entry oci8_module_entry = {
        PHP_RINIT(oci),       /* per-request startup function */
        PHP_RSHUTDOWN(oci),   /* per-request shutdown function */
        PHP_MINFO(oci),       /* information function */
-       "1.2.1",
+       "1.2.2",
 #if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1) || (PHP_MAJOR_VERSION > 5)
        PHP_MODULE_GLOBALS(oci),  /* globals descriptor */
        PHP_GINIT(oci),           /* globals ctor */