summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-09-11 06:50:37 +0000
committerRemi Collet <remi@php.net>2018-09-11 06:50:37 +0000
commit00d2b7a3d28d29383450fc2607c7d4fb91d57a4a (patch)
tree2fe1152de5a2e61060ba14ebcecb5480e94834dd
parent588b9d28bd72c48193a934e1988ac2433406c212 (diff)
downloadphp-git-00d2b7a3d28d29383450fc2607c7d4fb91d57a4a.tar.gz
Update versions for PHP 7.2.10php-7.2.10
-rw-r--r--configure.ac4
-rw-r--r--main/php_version.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d8dc32c63b..974c7b081f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,8 +107,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=10
+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 f6ace273a5..c5872978cb 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.9-dev"
-#define PHP_VERSION_ID 70209
+#define PHP_RELEASE_VERSION 10
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.2.10"
+#define PHP_VERSION_ID 70210