From d5fd042872ae2f41761847d00ae08d2f13aee4ae Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 19 Jan 2008 19:51:14 +0000 Subject: [PATCH] bump 1.3.0 to 2.0.0, this is a big feature addition release --- ext/phar/package.xml | 4 ++-- ext/phar/phar_internal.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.1