From c7d70d0f7c211e4073c3f8874a58a8acfc47155f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 9 May 2007 19:34:00 +0000 Subject: [PATCH] - This is version 1.2.0 now due to fix of Phar::canWrite() --- ext/phar/phar_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index 335396bf8f..7a14d93fb7 100755 --- a/ext/phar/phar_internal.h +++ b/ext/phar/phar_internal.h @@ -62,7 +62,7 @@ #define E_RECOVERABLE_ERROR E_ERROR #endif -#define PHAR_EXT_VERSION_STR "1.1.0" +#define PHAR_EXT_VERSION_STR "1.2.0" #define PHAR_API_VERSION_STR "1.1.0" /* x.y.z maps to 0xyz0 */ #define PHAR_API_VERSION 0x1100 -- 2.50.1