diff options
author | Anatoliy Belsky <ab@php.net> | 2012-06-07 22:32:03 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-06-07 22:32:03 +0200 |
commit | baacc2cb135280f18f6c908b4b99160fba262c6a (patch) | |
tree | 3d93760cdc5994a1263eaa35c615b2e4d9b52476 /ext/zip/php_zip.c | |
parent | 9ecb67d5a424d132a3e7c1ef6413b58343d72415 (diff) | |
download | php-git-baacc2cb135280f18f6c908b4b99160fba262c6a.tar.gz |
set current versions for libzip and zip ext
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r-- | ext/zip/php_zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index f3d37c8d8f..e6a30a0066 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -2879,7 +2879,7 @@ static PHP_MINFO_FUNCTION(zip) php_info_print_table_row(2, "Zip", "enabled"); php_info_print_table_row(2, "Extension Version","$Id$"); php_info_print_table_row(2, "Zip version", PHP_ZIP_VERSION_STRING); - php_info_print_table_row(2, "Libzip version", "0.9.0"); + php_info_print_table_row(2, "Libzip version", LIBZIP_VERSION); php_info_print_table_end(); } |