weekly release 2.3.2+
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 14 Oct 2012 22:20:33 +0000 (00:20 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 14 Oct 2012 22:20:33 +0000 (00:20 +0200)
version.php

index a5b0b9a..4fc7f14 100644 (file)
 defined('MOODLE_INTERNAL') || die();
 
 
-$version  = 2012062502.05;              // YYYYMMDD      = weekly release date of this DEV branch
+$version  = 2012062502.06;              // YYYYMMDD      = weekly release date of this DEV branch
                                         //         RR    = release increments - 00 in DEV branches
                                         //           .XX = incremental changes
 
-$release  = '2.3.2+ (Build: 20121005)'; // Human-friendly version name
+$release  = '2.3.2+ (Build: 20121014)'; // Human-friendly version name
 
 $branch   = '23';                       // this version's branch
 $maturity = MATURITY_STABLE;            // this version's maturity level