- Prepare release 1.1.0

This commit is contained in:
Marcus Boerger 2007-04-12 20:58:09 +00:00
parent 85910d510b
commit 3ec87dc3e4
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
<date>2007-03-26</date> <date>2007-03-26</date>
<time>11:41:38</time> <time>11:41:38</time>
<version> <version>
<release>1.1.0RC1</release> <release>1.1.0</release>
<api>1.1.0</api> <api>1.1.0</api>
</version> </version>
<stability> <stability>

View file

@ -62,7 +62,7 @@
#define E_RECOVERABLE_ERROR E_ERROR #define E_RECOVERABLE_ERROR E_ERROR
#endif #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" #define PHAR_API_VERSION_STR "1.1.0"
/* x.y.z maps to 0xyz0 */ /* x.y.z maps to 0xyz0 */
#define PHAR_API_VERSION 0x1100 #define PHAR_API_VERSION 0x1100