summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-02-12 00:53:32 +0000
committerJohannes Schlüter <johannes@php.net>2010-02-12 00:53:32 +0000
commit1d3534ad224a033b3b218d40918ada79246156e2 (patch)
treec4f61f6401e5cc195f9f87e7f3dcdbb2573fda8a
parent1cd9bf1b91085dce5492990df2e82914dd10202c (diff)
downloadphp-git-1d3534ad224a033b3b218d40918ada79246156e2.tar.gz
Back to -dev
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 788e2c9f0b..a7c2d520e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2010, PHP 5.3.2 RC 3
+
+
+
12 Feb 2010, PHP 5.3.2 RC 2
- Upgraded bundled sqlite to version 3.6.22. (Ilia)
- Upgraded bundled libmagic to version 5.03. (Mikko)
diff --git a/configure.in b/configure.in
index b5e69f29ec..8d58bf8ccf 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=3
PHP_RELEASE_VERSION=2
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
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 5e96b50eed..f15a29f3fe 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.2RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.3.2RC3-dev"
#define PHP_VERSION_ID 50302