root/devel/version.php

Revision 1419, 495 bytes (checked in by misja, 8 months ago)

Misja Hoebe <misja@curverider.co.uk> Merge r1418 into trunk

  • Property svn:eol-style set to native
Line 
1 <?php
2
3 // ELGG VERSION INFORMATION
4
5 // This file defines the current version of the core Elgg code being used.
6 // This is compared against the values stored in the database to determine
7 // whether upgrades should be performed (see lib/db/*.php)
8
9    $version = 2007120701// YYYYMMDD   = Elgg Date
10                            //         X  = Elgg Point release (0,1,2...)
11                            //          Y = Interim incrementer
12
13    $release = '0.9';    // Human-friendly version name
14
15 ?>
16
Note: See TracBrowser for help on using the browser.