summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-07-10 02:33:32 +0200
committerFerenc Kovacs <tyrael@php.net>2015-07-10 02:33:32 +0200
commitd8e4dcdfd617f1c1c942db63527d1d3838ede7c4 (patch)
tree2f4a2515ad276328ad05674877e7fa2fe47f80b9
parent763e7ae03e4efba6eb6cbbed8d00ee9e837aca0a (diff)
downloadphp-git-PHP-5.6.11.tar.gz
bump version to 5.6.11php-5.6.11PHP-5.6.11
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index a2ae86e6a4..1d26836f21 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=6
PHP_RELEASE_VERSION=11
-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 06492bf8ee..12460aab2d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
#define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.6.11RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.11"
#define PHP_VERSION_ID 50611