summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2017-10-25 03:48:22 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2017-10-25 03:48:22 +0200
commit6f21492505dd554667f70884b46802f2fb81c210 (patch)
tree461a9196c112c4fdaf64cad11fc28f0b85f9ba0f
parentf600785f6537babd23da5f40545afe2bbf80f3b7 (diff)
downloadphp-git-PHP-5.6.32.tar.gz
-rw-r--r--NEWS2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 6 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 93a838bdd4..18f5816015 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ?? 2017, PHP 5.6.33
-
26 Sep 2017, PHP 5.6.32
- Date:
diff --git a/configure.in b/configure.in
index 933c30cb49..33ad2893e5 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=33
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=32
+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 fecf7da9ad..c232d77c18 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 33
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.33-dev"
-#define PHP_VERSION_ID 50633
+#define PHP_RELEASE_VERSION 32
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.32"
+#define PHP_VERSION_ID 50632