summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-07-05 12:33:22 -0700
committerDavey Shafik <me@daveyshafik.com>2016-07-05 12:33:37 -0700
commit1ed53e86914e35e8368156cd5a233bc685e31d83 (patch)
tree55e2ed4edfe11c8f18c54212b00357c3853335ee /configure.in
parentc196cac71e4877880de800eff578097760446eee (diff)
downloadphp-git-1ed53e86914e35e8368156cd5a233bc685e31d83.tar.gz
Bump versions
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3ae837c3c4..299dbb55fb 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=1
PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="-alpha3"
+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`