diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-08-24 12:46:54 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-08-24 12:46:54 +0000 |
| commit | f6bbb02da61b5caf02fac458ef65e9f9a194d628 (patch) | |
| tree | 47e65fb4525caeb825d13a77da917eb679866d57 /ext | |
| parent | 567cf550859b1dfffc85777289d7caeb4173682b (diff) | |
| download | php-git-f6bbb02da61b5caf02fac458ef65e9f9a194d628.tar.gz | |
bump version number
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
