Skip to content

Commit 2cc8cf2

Browse files
committed
Now working on 7.2.4-dev
1 parent 5dd2a41 commit 2cc8cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
107107

108108
PHP_MAJOR_VERSION=7
109109
PHP_MINOR_VERSION=2
110-
PHP_RELEASE_VERSION=3
110+
PHP_RELEASE_VERSION=4
111111
PHP_EXTRA_VERSION="-dev"
112112
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
113113
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`

0 commit comments

Comments
 (0)