summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-09-14 17:49:12 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-09-14 17:49:12 +0000
commitb5446194ec4929866fbb2a129521a73a30a68f3e (patch)
tree1925858a3d7366ab898e6bf230651f0030faa653
parent6e2add04eacbd84e3fd5add20d8808fb3cf574b3 (diff)
downloadphp-git-b5446194ec4929866fbb2a129521a73a30a68f3e.tar.gz
PHP 5.2.0RC4
-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 1009ed3021..64045b2cc6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
'PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Sep 2006, PHP 5.2.0RC4
+14 Sep 2006, PHP 5.2.0RC4
- Added DSA key generation support to openssl_pkey_new(), FR #38731
(marci at balabit dot hu, Tony)
- Removed current working directory from the php.ini search path for CLI and
diff --git a/configure.in b/configure.in
index 4507fea39f..760e64da39 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="RC4-dev"
+EXTRA_VERSION="RC4"
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 2a168c6aea..09c1b13375 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 "RC4-dev"
-#define PHP_VERSION "5.2.0RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.2.0RC4"
#define PHP_VERSION_ID 50200