]> granicus.if.org Git - php/commitdiff
Update versions for PHP 7.4.0beta1 php-7.4.0beta1
authorDerick Rethans <github@derickrethans.nl>
Tue, 23 Jul 2019 08:05:05 +0000 (08:05 +0000)
committerDerick Rethans <github@derickrethans.nl>
Tue, 23 Jul 2019 08:05:05 +0000 (08:05 +0000)
configure.ac
main/php_version.h

index 36c6e5e3e24d33cb019d49de67239af707ccee9c..8cae8d9901a1a8ab0a3516c6f26b80d5459e6430 100644 (file)
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
 dnl ----------------------------------------------------------------------------
 
 AC_PREREQ([2.68])
-AC_INIT([PHP],[7.4.0-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[7.4.0beta1],[https://bugs.php.net],[php],[https://www.php.net])
 AC_CONFIG_SRCDIR([main/php_version.h])
 AC_CONFIG_AUX_DIR([build])
 AC_PRESERVE_HELP_ORDER
index 6f2f3c032d45e1d303f6eb80f4190d52e244920b..41406355577b6642754ed8fba9655489ea1b2499 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.0-dev"
+#define PHP_EXTRA_VERSION "beta1"
+#define PHP_VERSION "7.4.0beta1"
 #define PHP_VERSION_ID 70400