summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-08-28 07:28:04 +0000
committerRemi Collet <remi@php.net>2018-08-28 07:28:04 +0000
commit86662635764e67b250780b23e66f35880878d894 (patch)
tree594d5a39e0009b2be9c55e053d9c284d4d7577ce
parentb15f24b045c708266452906fa7a734094f40f343 (diff)
downloadphp-git-php-7.2.10RC1.tar.gz
Update versions for PHP 7.2.10RC1php-7.2.10RC1
-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..c36c992512 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="RC1"
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..233c474b6c 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 "RC1"
+#define PHP_VERSION "7.2.10RC1"
+#define PHP_VERSION_ID 70210