summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-12-04 11:30:22 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-12-04 11:30:22 +0100
commit3cafea690174c67774ed8da4c526f7a44bd17d7b (patch)
treef1bba9a81596c9811b53ea1f50efcde26fd00ca0
parent360efc59e60e5d3a2a4e0687e13aec2a8d4e8f88 (diff)
downloadphp-git-3cafea690174c67774ed8da4c526f7a44bd17d7b.tar.gz
Update version for PHP 7.3.0
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 14c5c0ba64..39a6469b13 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=0
-PHP_EXTRA_VERSION="RC6"
+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 8f44abd7c1..300f31f137 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 0
-#define PHP_EXTRA_VERSION "RC6"
-#define PHP_VERSION "7.3.0RC6"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.0"
#define PHP_VERSION_ID 70300