summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-10-15 13:59:03 +0200
committerFerenc Kovacs <tyrael@php.net>2014-10-15 13:59:03 +0200
commita2cda214d668b13db8242216551ab94a58e66b97 (patch)
tree1ff4cfaf978931607aaeb56c087c34cee0d38221
parent8d553829cc7ee052e5def4dff3c8f4e9e4f570f2 (diff)
downloadphp-git-a2cda214d668b13db8242216551ab94a58e66b97.tar.gz
5.6.2
-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 d69a55a9fc..bc4b813367 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=6
-PHP_RELEASE_VERSION=1
+PHP_RELEASE_VERSION=2
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 fe6057d58a..0ae6fc698d 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 1
+#define PHP_RELEASE_VERSION 2
#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.6.1"
-#define PHP_VERSION_ID 50601
+#define PHP_VERSION "5.6.2"
+#define PHP_VERSION_ID 50602