summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-04-12 20:58:09 +0000
committerMarcus Boerger <helly@php.net>2007-04-12 20:58:09 +0000
commit3ec87dc3e4a48ae29efb94e1460c78dafab1607f (patch)
tree8171d1cb1eca8a2bc4ea58359dba030e264c7490
parent85910d510b48f2338a2134eac28cba9b001fe3c5 (diff)
downloadphp-git-3ec87dc3e4a48ae29efb94e1460c78dafab1607f.tar.gz
- Prepare release 1.1.0
-rw-r--r--ext/phar/package.xml2
-rwxr-xr-xext/phar/phar_internal.h2
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.</description
<date>2007-03-26</date>
<time>11:41:38</time>
<version>
- <release>1.1.0RC1</release>
+ <release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
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