summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-10-05 19:49:03 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-10-05 19:49:03 +0000
commit9ebb3f127e51a534eaf3b96a4a320dc9dcceaf7c (patch)
tree344f8e988a50d70d6499d9fd5165cfd373a55070
parente779c3aa3635f7e3ea15f13cb4320830c68bed4d (diff)
downloadphp-git-9ebb3f127e51a534eaf3b96a4a320dc9dcceaf7c.tar.gz
5.2.0RC5
-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 31022bf41b..d454b7a504 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Sep 2006, PHP 5.2.0
+05 Oct 2006, PHP 5.2.0RC5
- Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
- Updated Postgresql client libraries to 8.1.4 in the Windows distro. (Edin)
- Speedup array/HashTable copying. (Matt W, Dmitry)
diff --git a/configure.in b/configure.in
index 16ea66ed91..ee916776ae 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="RC5-dev"
+EXTRA_VERSION="RC5"
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 294241f63f..ede5ca30df 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 "RC5-dev"
-#define PHP_VERSION "5.2.0RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.2.0RC5"
#define PHP_VERSION_ID 50200