summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-10-23 22:36:05 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-10-23 22:36:05 +0000
commit705f67c8845081f11956c1e79e0482cc4f993d3f (patch)
tree30a69536b3857f34446dac8e8c0e23bd84b127dc
parent6928982fb38f0a506bba08debb42e0741dc7ef9b (diff)
downloadphp-git-705f67c8845081f11956c1e79e0482cc4f993d3f.tar.gz
5.2.7RC2
-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 05a85ff9d4..4bd47f6bb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Oct 2008, PHP 5.2.7RC2
+23 Oct 2008, PHP 5.2.7RC2
- Upgraded bundled libzip to 0.9.0. (Pierre)
- Fixed extraction of zip files or directories when the entry name is
diff --git a/configure.in b/configure.in
index b4ae624374..27bf4be473 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=2
PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index f14f85bdb4..ab00df24f9 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 7
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.7RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.7RC2"
#define PHP_VERSION_ID 50207