diff options
author | Greg Beaver <cellog@php.net> | 2007-08-30 03:30:24 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2007-08-30 03:30:24 +0000 |
commit | 4d759a56c19e6b4876a60df08cc30c1c457b7dc9 (patch) | |
tree | 0780e17e001d37887ba63eb8ecb60cf9e5dc0f41 /ext/phar | |
parent | 4a638f5db04ac2ed08c11cb0089b386ae9b0cadd (diff) | |
download | php-git-4d759a56c19e6b4876a60df08cc30c1c457b7dc9.tar.gz |
oops, still 1.2.1 (bad merge)
Diffstat (limited to 'ext/phar')
-rwxr-xr-x | ext/phar/phar_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index e591ea31f5..acfc15b60e 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.3.0" +#define PHAR_EXT_VERSION_STR "1.2.1" #define PHAR_API_VERSION_STR "1.1.0" /* x.y.z maps to 0xyz0 */ #define PHAR_API_VERSION 0x1100 |