summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2019-01-08 13:52:49 +0000
committerChristoph M. Becker <cmb@php.net>2019-01-08 13:52:49 +0000
commitb51be55fe5488a090f6b12200987f4c7afe8cfd3 (patch)
tree67f98a59c18ddefbf70139554b4e994121d4ddf1 /main/php_version.h
parent12583615da266b59f3cd28e9f81d6898645e30f8 (diff)
downloadphp-git-PHP-7.3.1.tar.gz
Update version for PHP 7.3.1php-7.3.1PHP-7.3.1
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index f056d9fac9..c8acf413c2 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 1
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.1RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.1"
#define PHP_VERSION_ID 70301