diff options
author | Derick Rethans <github@derickrethans.nl> | 2020-01-21 11:35:15 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2020-01-21 11:35:15 +0000 |
commit | 264ef4f16300270dd4e92d2510660836a4814579 (patch) | |
tree | cc6cf369cdeb4559cec35c500dd5c47d4c3f6e6a | |
parent | 56de1e6c531301950c6d5e4458c61057f16f7df9 (diff) | |
download | php-git-php-7.4.2.tar.gz |
Update versions for PHP 7.4.2php-7.4.2
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | main/php_version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3af4feaaec..ea35bae3b7 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice. dnl ---------------------------------------------------------------------------- AC_PREREQ([2.68]) -AC_INIT([PHP],[7.4.2-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[7.4.2],[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 diff --git a/main/php_version.h b/main/php_version.h index 0eada26e63..9e45f25167 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.2-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.4.2" #define PHP_VERSION_ID 70402 |