Commit: 475d2bdae9fab9a4085e6f08dd19f06960c8f65b Author: Hannes Magnusson <[email protected]> Sat, 8 Jan 2011 15:52:16 +0000 Parents: e6f42030baf901f211f816dfaa17de5fef6fce53 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=475d2bdae9fab9a4085e6f08dd19f06960c8f65b Log: Master needs this variable to properly generate the release feeds Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index d04330b..9e76b60 100644 --- a/include/version.inc +++ b/include/version.inc @@ -91,4 +91,5 @@ $RELEASES = array( ); $PHP_5_VERSION = $PHP_5_3_VERSION; // Some scripts require this set +$PHP_5_RC_DATE = $PHP_5_3_RC_DATE; // Used by master -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
