From 00a9534401cdc6e4e5bea52061c771fa618d76ab Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 6 Oct 2010 16:24:43 +0000 Subject: [PATCH] MDL-22338 main version bump necessary for JS cache invalidation --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index d8711bc0003..3bf7f46f6e7 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2010092100; // YYYYMMDD = date of the last version bump +$version = 2010100600; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 RC1 (Build: 20101006)'; // Human-friendly version name