From: skodak Date: Mon, 3 Mar 2008 21:07:25 +0000 (+0000) Subject: synced version with MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=888715a468f894d8632ae944772b74bd826258a3;p=moodle.git synced version with MOODLE_19_STABLE --- diff --git a/version.php b/version.php index 33d6881f99..ee7d122623 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 = 2007101508.08; // YYYYMMDD = date of the 1.9 branch (don't change) + $version = 2007101509; // YYYYMMDD = date of the 1.9 branch (don't change) // X = release number 1.9.[0,1,2,3...] // Y.YY = micro-increments between releases