summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-03-27 12:56:09 +0000
committerRemi Collet <remi@php.net>2018-03-27 12:56:09 +0000
commite474a0439a9e89d98c2728ed4a1c9d029c107682 (patch)
tree7d10c4b0c8a7a39fa3e20fd06a3feb0b1791586e
parent35287a95ddc862d0fda0026e8ab9adf91482e2fe (diff)
downloadphp-git-e474a0439a9e89d98c2728ed4a1c9d029c107682.tar.gz
Update versions for PHP 7.2.4php-7.2.4
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3491dd4a36..b3c3f48786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=2
PHP_RELEASE_VERSION=4
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION=""
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index 620e811f39..b78c5d06ef 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.4-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.2.4"
#define PHP_VERSION_ID 70204