summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-05-28 10:51:18 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-05-28 10:51:18 +0200
commitbd3656d9fde3bc2271fe6a27fca8df80b75d2202 (patch)
tree77ddb78327e0b54f81db2b80bf636a302c0dae08
parent83cb78416b3eb492b268b7ff1f4ba23c06648015 (diff)
downloadphp-git-PHP-7.3.6.tar.gz
Update version for PHP 7.3.6php-7.3.6PHP-7.3.6
-rw-r--r--Zend/zend.h2
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index fb4a6bfea6..af99209794 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -20,7 +20,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "3.3.6RC1"
+#define ZEND_VERSION "3.3.6"
#define ZEND_ENGINE_3
diff --git a/configure.ac b/configure.ac
index 75b96d753a..b4f54aee79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=6
-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 a182997136..901e91b2b4 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.6RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.6"
#define PHP_VERSION_ID 70306