summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-08 11:51:47 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-08 11:51:47 +0200
commit12cca48ff67587e9aabaa41b80466cb9ff418d57 (patch)
tree61c0f76670fe55d06fb68401496c1c44df1f79c0 /main/php_version.h
parent4b15f7ca0944487003639845dfe9d11cf392cfb3 (diff)
downloadphp-git-php-7.3.11RC1.tar.gz
Prepare 7.3.11RC1php-7.3.11RC1
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 3d906bebba..5788ae51b9 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 11
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.11-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.3.11RC1"
#define PHP_VERSION_ID 70311