summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-09-01 01:06:14 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-09-01 01:06:14 +0000
commit98d26b6b18473ca57d707f663ecb889eb5a66c52 (patch)
tree97a341ee123a498985872f2ffb69c2933927f8cc
parentd63e411e9a315a5d7e06c726c63cb74829939653 (diff)
downloadphp-git-98d26b6b18473ca57d707f663ecb889eb5a66c52.tar.gz
5.2.0RC3
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d23db0d9c7..cf90d3917b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Sep 2006, PHP 5.2.0
+31 Aug 2006, PHP 5.2.0RC3
- Updated PCRE to version 6.7. (Ilia)
- Added SoapServer::setObject() method (it is a simplified version of
SoapServer::setClass() method). (Dmitry)
diff --git a/configure.in b/configure.in
index d8fee6eeb7..496d0dc56a 100644
--- a/configure.in
+++ b/configure.in
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=2
RELEASE_VERSION=0
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3"
PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index e0b89d9e89..2f1a1589d4 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.2.0RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.0RC3"
#define PHP_VERSION_ID 50200