Hi Sebastian,

> -----Original Message-----
> From: Sebastian Bergmann [mailto:sebast...@php.net]
> Sent: Tuesday, August 18, 2015 6:44 PM
> To: internals@lists.php.net
> Subject: [PHP-DEV] Re: [PHP-CVS] com php-src: bump versions: configure.in
> main/php_version.h
> 
> Am 18.08.2015 um 16:06 schrieb Anatol Belski:
> > Diff:
> > diff --git a/configure.in b/configure.in index 8907852..033c754 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=0
> >  PHP_RELEASE_VERSION=0
> > -PHP_EXTRA_VERSION="beta3"
> > +PHP_EXTRA_VERSION="RC1"
> >
> PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEAS
> E_VERSION$PHP_EXTRA_VERSION"
> >  PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 +
> > [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
> >
> > diff --git a/main/php_version.h b/main/php_version.h index
> > 6f1dbb0..94719b9 100644
> > --- a/main/php_version.h
> > +++ b/main/php_version.h
> > @@ -3,6 +3,6 @@
> >  #define PHP_MAJOR_VERSION 7
> >  #define PHP_MINOR_VERSION 0
> >  #define PHP_RELEASE_VERSION 0
> > -#define PHP_EXTRA_VERSION "beta3"
> > -#define PHP_VERSION "7.0.0beta3"
> > +#define PHP_EXTRA_VERSION "RC1"
> > +#define PHP_VERSION "7.0.0RC1"
> >  #define PHP_VERSION_ID 70000
> 
>  Is it really time already for RC1?
> 
Actually it was announced like two weeks ago, so yes.

Do you have some impregnable issue in mind preventing to do this? Otherwise - 
the earlier with RCs, the more stability at the end. 

Regards

Anatol 



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to