From afaeb83ce194869433a384580dd2480edcd25489 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 27 Dec 2010 12:35:07 +0100 Subject: [PATCH] MDL-25676 bumping version number to invalidate JS caches --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 122dda01199..63ff78611b9 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2010122500; // YYYYMMDD = date of the last version bump +$version = 2010122500.01; // YYYYMMDD = date of the last version bump // XX = daily increments -$release = '2.0.1 (Build: 20101225)'; // Human-friendly version name +$release = '2.0.1+ (Build: 20101227)'; // Human-friendly version name