Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_1/ NEWS configure.in main/php_version.h

2009-11-03 Thread Johannes Schlüter
On Tue, 2009-11-03 at 10:51 -0500, Ilia Alshanetsky wrote:
> PHP 5.3.1RC3 perhaps?

Right - the commit itself looks fine, though.

johannes

> On 2009-11-03, at 10:36 AM, Johannes Schlüter wrote:
> 
> > PHP 5.3.0RC3
> 
> 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_1/ NEWS configure.in main/php_version.h

2009-11-03 Thread Ilia Alshanetsky

PHP 5.3.1RC3 perhaps?

On 2009-11-03, at 10:36 AM, Johannes Schlüter wrote:


PHP 5.3.0RC3



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_1/ NEWS configure.in main/php_version.h

2009-10-20 Thread Pierre Joye
hi Jani,

2009/10/21 Jani Taskinen :
> Eh..why? It's confusing enough to use separate branch. Nobody else than you
> propably even compiles it so why are you doing more work than you have to?

There is a branch for 5.3.1 and tags for the 5.3.1 releases. That's
been actually very efficient (more now that we have filled the gap and
being synced).

Cheers,
-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3_1/ NEWS configure.in main/php_version.h

2009-10-20 Thread Jani Taskinen
Eh..why? It's confusing enough to use separate branch. Nobody else than 
you propably even compiles it so why are you doing more work than you 
have to?


--Jani


On 10/21/2009 01:02 AM, Johannes Schlüter wrote:

johannes Tue, 20 Oct 2009 22:02:58 +

Revision: http://svn.php.net/viewvc?view=revision&revision=289813

Log:
Back to -dev

Changed paths:
 U   php/php-src/branches/PHP_5_3_1/NEWS
 U   php/php-src/branches/PHP_5_3_1/configure.in
 U   php/php-src/branches/PHP_5_3_1/main/php_version.h

Modified: php/php-src/branches/PHP_5_3_1/NEWS
===
--- php/php-src/branches/PHP_5_3_1/NEWS 2009-10-20 20:09:24 UTC (rev 289812)
+++ php/php-src/branches/PHP_5_3_1/NEWS 2009-10-20 22:02:58 UTC (rev 289813)
@@ -1,5 +1,7 @@
  PHP
NEWS
  
|||
+?? ??? 2009, PHP 5.3.1 RC3
+
  20 Oct 2009, PHP 5.3.1 RC2
  - Upgraded bundled sqlite to version 3.6.19. (Scott)


Modified: php/php-src/branches/PHP_5_3_1/configure.in
===
--- php/php-src/branches/PHP_5_3_1/configure.in 2009-10-20 20:09:24 UTC (rev 
289812)
+++ php/php-src/branches/PHP_5_3_1/configure.in 2009-10-20 22:02:58 UTC (rev 
289813)
@@ -42,7 +42,7 @@
  PHP_MAJOR_VERSION=5
  PHP_MINOR_VERSION=3
  PHP_RELEASE_VERSION=1
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
  
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
  PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`


Modified: php/php-src/branches/PHP_5_3_1/main/php_version.h
===
--- php/php-src/branches/PHP_5_3_1/main/php_version.h   2009-10-20 20:09:24 UTC 
(rev 289812)
+++ php/php-src/branches/PHP_5_3_1/main/php_version.h   2009-10-20 22:02:58 UTC 
(rev 289813)
@@ -3,6 +3,6 @@
  #define PHP_MAJOR_VERSION 5
  #define PHP_MINOR_VERSION 3
  #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.1RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.3.1RC3-dev"
  #define PHP_VERSION_ID 50301





--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php