From: Greg Beaver Date: Sat, 19 Jan 2008 19:51:14 +0000 (+0000) Subject: bump 1.3.0 to 2.0.0, this is a big feature addition release X-Git-Tag: RELEASE_2_0_0a1~839 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5fd042872ae2f41761847d00ae08d2f13aee4ae;p=php bump 1.3.0 to 2.0.0, this is a big feature addition release --- diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 171477ee5a..28d98e2d2c 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -32,7 +32,7 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.2008-01-19 - 1.3.0 + 2.0.0 1.1.1 @@ -507,7 +507,7 @@ Major feature functionality release - 1.3.0 + 2.0.0 1.1.1 diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index 6779dcc9c3..e30510011f 100755 --- a/ext/phar/phar_internal.h +++ b/ext/phar/phar_internal.h @@ -79,7 +79,7 @@ #define E_RECOVERABLE_ERROR E_ERROR #endif -#define PHAR_EXT_VERSION_STR "1.3.0" +#define PHAR_EXT_VERSION_STR "2.0.0" #define PHAR_API_VERSION_STR "1.1.1" /* x.y.z maps to 0xyz0 */ #define PHAR_API_VERSION 0x1110