Updated the 19 build version to 20081103
[moodle.git] / blog / version.php
bloba90ced3976b0f6764ce4c6f138f90262a9ecfcc7
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of the blog module
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $blog_version = 2005030400; // The current version of blog module (Date: YYYYMMDDXX)
9 $module->cron = 1800; // Period for cron to check this module (secs)