hi, I wonder why you are not doing at least one RC for 5.3.17. We have messed enough releases in the past by not doing any QA before releasing final releases.
Do you mind to explain me why you go for final directy? We had 5.4.7RC1 and it should have given a 5.3.17RC1 as well at the same time, as we used to do. Cheers, On Wed, Sep 12, 2012 at 11:27 PM, Johannes Schlüter <johan...@php.net> wrote: > Commit: 8244eea4951a30fa959a0e4c59224425f2f8865c > Author: Johannes Schlüter <johan...@php.net> Wed, 12 Sep 2012 > 23:27:16 +0200 > Parents: f9e407ec415dc289f901416ac25dfb92c22a1462 > Branches: PHP-5.3.17 > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=8244eea4951a30fa959a0e4c59224425f2f8865c > > Log: > PHP 5.3.17 > > Changed paths: > M configure.in > M main/php_version.h > > > Diff: > diff --git a/configure.in b/configure.in > index d896583..92696e3 100644 > --- a/configure.in > +++ b/configure.in > @@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h) > > PHP_MAJOR_VERSION=5 > PHP_MINOR_VERSION=3 > -PHP_RELEASE_VERSION=16 > -PHP_EXTRA_VERSION="-dev" > +PHP_RELEASE_VERSION=17 > +PHP_EXTRA_VERSION="" > > 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` > > diff --git a/main/php_version.h b/main/php_version.h > index 3107a28..e73bc7b 100644 > --- a/main/php_version.h > +++ b/main/php_version.h > @@ -2,7 +2,7 @@ > /* edit configure.in to change version number */ > #define PHP_MAJOR_VERSION 5 > #define PHP_MINOR_VERSION 3 > -#define PHP_RELEASE_VERSION 16 > -#define PHP_EXTRA_VERSION "-dev" > -#define PHP_VERSION "5.3.16-dev" > -#define PHP_VERSION_ID 50316 > +#define PHP_RELEASE_VERSION 17 > +#define PHP_EXTRA_VERSION "" > +#define PHP_VERSION "5.3.17" > +#define PHP_VERSION_ID 50317 > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php