summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-08-04 07:23:13 +0000
committerRemi Collet <remi@php.net>2020-08-04 07:23:13 +0000
commit1ff373e57010ece24f162ea6b88dfe1d13593502 (patch)
tree66d4b86b90a09118ee6d8613b19876235b98077e
parent0b17863156f7be75bea45afac4a9ddd25ca23a31 (diff)
downloadphp-git-1ff373e57010ece24f162ea6b88dfe1d13593502.tar.gz
Update versions for PHP 7.2.33php-7.2.33
-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 70cc1250df..2a74dc2e43 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=32
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=33
+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 5ffe8aeed3..6192e0d7f6 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 32
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.32-dev"
-#define PHP_VERSION_ID 70232
+#define PHP_RELEASE_VERSION 33
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.2.33"
+#define PHP_VERSION_ID 70233