summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-01-16 09:54:57 +0100
committerRemi Collet <remi@php.net>2018-01-16 09:54:57 +0100
commit5a541078791158a56a647961f73c8f7250549a67 (patch)
tree5a7c47440c8ac37eb2c5ce5dbb97aeca102e5b99 /main
parentbe89405839ab81e11977eae516819e8236456071 (diff)
downloadphp-git-5a541078791158a56a647961f73c8f7250549a67.tar.gz
next is 7.2.3
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 6aa09d1905..4e8d8442c6 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 1
+#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.1-dev"
-#define PHP_VERSION_ID 70201
+#define PHP_VERSION "7.2.3-dev"
+#define PHP_VERSION_ID 70203