Skip to content

Commit 77b1f5b

Browse files
committed
Back to -dev
This should have been done as soon as PHP-7.3.0 was branched.
1 parent 8c37d5f commit 77b1f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
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=3
110-
PHP_RELEASE_VERSION=0
110+
PHP_RELEASE_VERSION=1
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)