summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-07-05 12:18:16 -0700
committerDavey Shafik <me@daveyshafik.com>2016-07-05 12:29:02 -0700
commitc196cac71e4877880de800eff578097760446eee (patch)
tree01fa41cdd62e487dd26cc919dba950a7929b2398 /configure.in
parent5cb774faf1a0bcae8d474225b60630d2b470fb93 (diff)
downloadphp-git-c196cac71e4877880de800eff578097760446eee.tar.gz
Bump versions/dates for release of 7.1.0alpha3
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 299dbb55fb..3ae837c3c4 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="-dev"
+PHP_EXTRA_VERSION="-alpha3"
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`