[PHP-CVS] svn: /php/php-src/trunk/ NEWS main/php_version.h

2010-03-23 Thread Derick Rethans
derick   Tue, 23 Mar 2010 16:04:53 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=296680

Log:
- Set trunk version.

Changed paths:
U   php/php-src/trunk/NEWS
U   php/php-src/trunk/main/php_version.h

Modified: php/php-src/trunk/NEWS
===
--- php/php-src/trunk/NEWS  2010-03-23 15:56:08 UTC (rev 296679)
+++ php/php-src/trunk/NEWS  2010-03-23 16:04:53 UTC (rev 296680)
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 201?, PHP 5.3.99
+
 ?? ??? 20??, PHP 5.3.3
 - Upgraded bundled PCRE to version 8.01. (Ilia)


Modified: php/php-src/trunk/main/php_version.h
===
--- php/php-src/trunk/main/php_version.h2010-03-23 15:56:08 UTC (rev 
296679)
+++ php/php-src/trunk/main/php_version.h2010-03-23 16:04:53 UTC (rev 
296680)
@@ -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 3
+#define PHP_RELEASE_VERSION 99
 #define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.3.3-dev
-#define PHP_VERSION_ID 50303
+#define PHP_VERSION 5.3.99-dev
+#define PHP_VERSION_ID 50399

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

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS main/php_version.h

2010-03-23 Thread Johannes Schlüter
On Tue, 2010-03-23 at 16:04 +, Derick Rethans wrote:
 derick   Tue, 23 Mar 2010 16:04:53 +
 
 Revision: http://svn.php.net/viewvc?view=revisionrevision=296680
 
 Log:
 - Set trunk version.
 
 Changed paths:
 U   php/php-src/trunk/NEWS
 U   php/php-src/trunk/main/php_version.h

configure.in needs to be changed, too, else php_version.h will be
overwritten.

johannes


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