summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-01-07 13:04:35 +0100
committerJulien Pauli <jpauli@php.net>2016-01-07 13:07:23 +0100
commita6734f70e124fcccb1b488f40cc00a1fa07b5d4a (patch)
treeeff7c440b9a1c7c607da519c1cd471f707fd695a
parent74dcbe12997132353fd75d0c14548cff5235329f (diff)
downloadphp-git-a6734f70e124fcccb1b488f40cc00a1fa07b5d4a.tar.gz
5.5.32 now
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 6dcfdf4e3f..f8f376ecb6 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
-PHP_RELEASE_VERSION=31
+PHP_RELEASE_VERSION=32
PHP_EXTRA_VERSION="-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 02dab19917..10c1d32c80 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 5
-#define PHP_RELEASE_VERSION 31
+#define PHP_RELEASE_VERSION 32
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.31-dev"
-#define PHP_VERSION_ID 50531
+#define PHP_VERSION "5.5.32-dev"
+#define PHP_VERSION_ID 50532