diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-04-26 16:07:11 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-04-26 16:07:11 +0000 |
| commit | 0c54f6f72b75dca3c8db33da40df71a342a0bc34 (patch) | |
| tree | fefa0ef9bd1d6b6555a7d269d2dcf1635c245dd8 | |
| parent | 3566fe4afd6ee2431d90ca917db1ed9f16e7b889 (diff) | |
| download | php-git-0c54f6f72b75dca3c8db33da40df71a342a0bc34.tar.gz | |
Restore dev
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | configure.in | 6 | ||||
| -rw-r--r-- | main/php_version.h | 8 |
3 files changed, 10 insertions, 8 deletions
@@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -27 Apr 2006, PHP 5.1.3 +?? ??? 2006, PHP 5.2.0 + +28 Apr 2006, PHP 5.1.3 - Updated bundled PCRE library to version 6.6. (Andrei) - Moved extensions to PECL: . ext/msession (Derick) diff --git a/configure.in b/configure.in index 0cc7c678e0..91c937df63 100644 --- a/configure.in +++ b/configure.in @@ -40,9 +40,9 @@ PHP_CANONICAL_HOST_TARGET AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 -MINOR_VERSION=1 -RELEASE_VERSION=3 -EXTRA_VERSION="" +MINOR_VERSION=2 +RELEASE_VERSION=0 +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index ca898822bf..40c21ea777 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,7 +1,7 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 -#define PHP_MINOR_VERSION 1 -#define PHP_RELEASE_VERSION 3 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.1.3" +#define PHP_MINOR_VERSION 2 +#define PHP_RELEASE_VERSION 0 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.2.0-dev" |
