From 67ba0081ba87ee85905bab3f5f338aeea8dee3b0 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 19 Oct 2012 20:01:56 +0800 Subject: [PATCH] weekly release 2.2.5+ (fix!) --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 916c2cc12c3..426c3b650c2 100644 --- a/version.php +++ b/version.php @@ -34,6 +34,6 @@ $version = 2011120505.06; // 20111205 = branching date YYYYMM // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.2.6+ (Build: 20121018)'; // Human-friendly version name +$release = '2.2.5+ (Build: 20121018)'; // Human-friendly version name $maturity = MATURITY_STABLE; // this version's maturity level -- 2.11.4.GIT