summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-11-09 02:22:57 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2016-11-09 02:22:57 +0100
commit1ee7933f64f0a2ad66105a494b89247be305eda7 (patch)
tree6ae4df450fa485bf1aafc11ae2829501e77a816e
parent7bded39b2fc14c5a181a93a57bc23af858b585f6 (diff)
downloadphp-git-PHP-5.6.28.tar.gz
-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 b4a7446ca4..e6cde5e743 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=28
-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 d2fc4ae2b3..826dcd335e 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 28
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.6.28RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.28"
#define PHP_VERSION_ID 50628