Skip to content

Commit 12bb3cd

Browse files
committed
fix version
1 parent 41923c1 commit 12bb3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
120120
PHP_MAJOR_VERSION=7
121121
PHP_MINOR_VERSION=0
122122
PHP_RELEASE_VERSION=13
123-
PHP_EXTRA_VERSION="-RC1"
123+
PHP_EXTRA_VERSION="RC1"
124124
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
125125
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
126126

0 commit comments

Comments
 (0)