summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-10-23 09:31:28 +0000
committerRemi Collet <remi@php.net>2018-10-23 09:31:28 +0000
commit76eb67227ecf23d77169d33f038ce1958fb15c77 (patch)
treebf305e3c1a877143f8a10ff074c651b39ee06855
parent41267abceead351bdbc5c6baa9dd401aefdad2d2 (diff)
downloadphp-git-php-7.2.12RC1.tar.gz
Update versions for PHP 7.2.12RC1php-7.2.12RC1
-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 cb0405569f..b857cdf676 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=12
-PHP_EXTRA_VERSION="-dev"
+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 19c1f2ecd9..5121d72272 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 12
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.12-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.2.12RC1"
#define PHP_VERSION_ID 70212