diff options
author | Derick Rethans <github@derickrethans.nl> | 2018-12-09 16:23:29 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2018-12-09 16:23:31 +0000 |
commit | 77b1f5baa3800cfd51d1bcd8856c4425ae4d674e (patch) | |
tree | f7fb460038e594ba17d0b4ebcb60c6da1a7908d7 /configure.ac | |
parent | 8c37d5f451c65d06c5bece12e6551eda6cad40ed (diff) | |
download | php-git-77b1f5baa3800cfd51d1bcd8856c4425ae4d674e.tar.gz |
Back to -dev
This should have been done as soon as PHP-7.3.0 was branched.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 562e26a067..2f30c11fa8 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=3 -PHP_RELEASE_VERSION=0 +PHP_RELEASE_VERSION=1 PHP_EXTRA_VERSION="-dev" 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` |