summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-07-17 05:21:14 +0000
committerRemi Collet <remi@php.net>2018-07-17 05:21:14 +0000
commite32dc9aab87e888eefa7461dd71023d8274bb82d (patch)
tree1d3ede8d1ddaa0c76bcd60f598975c088f30713e
parent93f9ffb4a0c2fbe9402853c35a2119f7d114b897 (diff)
downloadphp-git-php-7.2.8.tar.gz
Update versions for PHP 7.2.8php-7.2.8
-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 b079b72a21..b086e09f3e 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=7
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=8
+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 604a1759ad..b76351def9 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 7
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.7-dev"
-#define PHP_VERSION_ID 70207
+#define PHP_RELEASE_VERSION 8
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.2.8"
+#define PHP_VERSION_ID 70208