From 5e9e3d774a3f1cfe3e73e746061ff1592ba87010 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 3 Jul 2008 17:08:29 +0000 Subject: [PATCH] Bump to clean empty role names. MDL-15284 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 970b347ff8..d73adc5fbc 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2008063002; // YYYYMMDD = date of the last version bump + $version = 2008070300; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 dev (Build: 20080703)'; // Human-friendly version name -- 2.39.5