summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2019-11-20 14:46:34 +0000
committerSara Golemon <pollita@php.net>2019-11-20 14:46:34 +0000
commit85c7924c25081d41abbe292e9dbe4f76e3f2f7cf (patch)
treeefb5b79159a85e5c74ed7c475652989ed54f8e9d
parentd95fdd0394b774ceea7de5a1fc8b1b25e3c7e0ba (diff)
downloadphp-git-php-7.2.25.tar.gz
Update versions for PHP 7.2.25php-7.2.25
-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 6e574e6c54..de3ff8d5dd 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=25
-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 f9265695ce..2c7841f1d8 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 25
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.25-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.2.25"
#define PHP_VERSION_ID 70225