Commit:    af6575671255931dc3fbc960dbcf6af26f80159f
Author:    David Soria Parra <[email protected]>         Thu, 13 Sep 2012 16:08:37 
+0200
Parents:   a617ce66f5601414202411bcda2a9c7b1a9daeb7
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=af6575671255931dc3fbc960dbcf6af26f80159f

Log:
5.3.17 and 5.4.7 md5 sums

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index 947656a..a23825a 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,11 +17,11 @@
  */
 
 /* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.7RC1'; // set to false when there is no RC
-$PHP_5_4_RC_DATE = '30 Aug 2012';
+$PHP_5_4_RC = ''; // set to false when there is no RC
+$PHP_5_4_RC_DATE = '';
 
-$PHP_5_4_VERSION         = "5.4.6";
-$PHP_5_4_DATE            = "16 Aug 2012";
+$PHP_5_4_VERSION         = "5.4.7";
+$PHP_5_4_DATE            = "13 Sep 2012";
 
 $PHP_5_4_MD5     = array(
                        "tar.bz2"       => "c9aa0f4996d1b91ee9e45afcfaeb5d2e",
@@ -32,12 +32,12 @@ $PHP_5_4_MD5     = array(
 $PHP_5_3_RC      = '';
 $PHP_5_3_RC_DATE = '';
 
-$PHP_5_3_VERSION         = "5.3.16";
-$PHP_5_3_DATE            = "16 Aug 2012";
+$PHP_5_3_VERSION         = "5.3.17";
+$PHP_5_3_DATE            = "13 Sep 2012";
 
 $PHP_5_3_MD5     = array(
-                       "tar.bz2"       => "99cfd78531643027f60c900e792d21be",
-                       "tar.gz"        => "59b776edeac2897ebe3712dcc94b6706",
+                       "tar.bz2"       => "29ee79c941ee85d6c1555c176f12f7ef",
+                       "tar.gz"        => "002e02e36c2cbcada8c49a7e5956d787",
 );
 
 $RELEASES = array(


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

Reply via email to