summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-12-04 22:34:26 +0000
committerWez Furlong <wez@php.net>2005-12-04 22:34:26 +0000
commit17683295e49bd76599598a9a7dcac82273b4bcf0 (patch)
tree68c092c93496244f66f62866218db45807311daf /ext/pdo_mysql/pdo_mysql.c
parentbd0aaa019846471c0359e2e1a2bdd974ad194634 (diff)
downloadphp-git-17683295e49bd76599598a9a7dcac82273b4bcf0.tar.gz
switch to package2.xml
Diffstat (limited to 'ext/pdo_mysql/pdo_mysql.c')
-rwxr-xr-xext/pdo_mysql/pdo_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c
index 2bebe1ed07..119f7e0a2f 100755
--- a/ext/pdo_mysql/pdo_mysql.c
+++ b/ext/pdo_mysql/pdo_mysql.c
@@ -60,7 +60,7 @@ zend_module_entry pdo_mysql_module_entry = {
NULL,
NULL,
PHP_MINFO(pdo_mysql),
- "1.0.1",
+ "1.0.2",
STANDARD_MODULE_PROPERTIES
};
/* }}} */