summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-08-19 00:40:27 -0700
committerStanislav Malyshev <stas@php.net>2014-08-19 00:40:27 -0700
commiteb2360602e256c608ea0c5f6be0ec5ec085999f3 (patch)
treef46988f48a579abb9be46046b3a07206bbb10059
parent2b10db8e1010f55fd534672b8877a356e1118e33 (diff)
downloadphp-git-eb2360602e256c608ea0c5f6be0ec5ec085999f3.tar.gz
5.4.32
-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 a3a5268c07..4c000d7936 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-07 Aug 2014, PHP 5.4.32 RC1
+07 Aug 2014, PHP 5.4.32
- Core:
. Fixed bug #67717 (segfault in dns_get_record). (CVE-2014-3597) (Remi)
diff --git a/configure.in b/configure.in
index 27030ea1f0..1ccfd94887 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
PHP_RELEASE_VERSION=32
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION=""
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 de525b89c3..8d3d5b9e6c 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -4,6 +4,6 @@
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 32
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.32RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.32"
#define PHP_VERSION_ID 50432