summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2006-09-06 17:38:36 +0000
committerPierre Joye <pajoye@php.net>2006-09-06 17:38:36 +0000
commit3f0f73bebaa19c4d50f663a942119a4d7bcb3645 (patch)
treea1c8ef5219520e06c0fa2c07b756467890eefe6a /ext/zip/php_zip.c
parent8e86a189ece663168716cfba512d19bef2a45615 (diff)
downloadphp-git-3f0f73bebaa19c4d50f663a942119a4d7bcb3645.tar.gz
- bump version, 5.2.0 will have zip-2.0.0-stable
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r--ext/zip/php_zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index 6c12935ff1..1b0c3c18cb 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -1984,7 +1984,7 @@ 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", "1.7.1");
+ php_info_print_table_row(2, "Zip version", "2.0.0");
php_info_print_table_row(2, "Libzip version", "0.7.1");
php_info_print_table_end();