From 3ec87dc3e4a48ae29efb94e1460c78dafab1607f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 12 Apr 2007 20:58:09 +0000 Subject: [PATCH] - Prepare release 1.1.0 --- ext/phar/package.xml | 2 +- ext/phar/phar_internal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 1971cdbe43..fa4259568d 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.2007-03-26 - 1.1.0RC1 + 1.1.0 1.1.0 diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index a2ec485f39..335396bf8f 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.0RC1" +#define PHAR_EXT_VERSION_STR "1.1.0" #define PHAR_API_VERSION_STR "1.1.0" /* x.y.z maps to 0xyz0 */ #define PHAR_API_VERSION 0x1100 -- 2.50.1