summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-11-26 20:50:08 +0000
committerWez Furlong <wez@php.net>2005-11-26 20:50:08 +0000
commit85ad81736cfe62aa9fc2dece06da639a22bbfc23 (patch)
tree3436ba1ac99724a1baeef0fa7524b9dc7677f6bf /ext/pdo_mysql/pdo_mysql.c
parent1ea0bae9c0d5c40df48b205b8e7414257e07eff8 (diff)
downloadphp-git-85ad81736cfe62aa9fc2dece06da639a22bbfc23.tar.gz
set to 1.0 stable.
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 8f09dd4c54..ba0a3275bd 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.0RC1",
+ "1.0",
STANDARD_MODULE_PROPERTIES
};
/* }}} */