summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-12-15 11:10:32 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-12-15 11:10:32 +0100
commit4631611c44f43e1e5f4ec48d0291416273c6d653 (patch)
tree832f023141139d0d98a6f3753a9509b6e715f9ce /main/php_version.h
parent0697a64f7eb99780e32414c43b6139001e4cc3eb (diff)
downloadphp-git-php-7.3.26RC1.tar.gz
Prepare 7.3.26RC1php-7.3.26RC1
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 b97e527328..6fc1d66421 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 26
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.26-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.3.26RC1"
#define PHP_VERSION_ID 70326