From: Antony Dovgal Date: Thu, 24 Aug 2006 12:46:52 +0000 (+0000) Subject: bump version number X-Git-Tag: RELEASE_1_0_0RC1~1891 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ccf86ae4c728754be89493f81492926804ea07b;p=php bump version number --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 31329ced85..dec01b4eed 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -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 */