summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-04-26 22:39:10 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-04-26 22:39:10 +0000
commitcc8ea13d5bc1394a40b93c70eaf1dad57d7475d0 (patch)
tree9af4bd51450a36ac50facd0e680703d1856e638e
parent3c6d2617e7f70ea804b9de943151caf53b951b88 (diff)
downloadphp-git-cc8ea13d5bc1394a40b93c70eaf1dad57d7475d0.tar.gz
5.2.2RC2
-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 cf593caa1f..b32b294e94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Apr 2007, PHP 5.2.2RC2
+26 Apr 2007, PHP 5.2.2RC2
- Added GMP_VERSION constant. (Tony)
- Fixed commandline handling fro CLI and CGI. (Marcus, Johannes)
- Upgraded SQLite 3 to version 3.3.16 (Ilia)
diff --git a/configure.in b/configure.in
index 5ebe8418c0..7597e1750b 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=2
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
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 d12d7a1a4a..b069c42a5a 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 2
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.2RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.2RC2"
#define PHP_VERSION_ID 50202