root/releases/0.9rc2/version.php

Revision 1465, 0.5 kB (checked in by misja, 9 months ago)

Misja Hoebe <misja@curverider.co.uk> Bump version to 0.9rc2, add files for installer

  • 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.9rc2';    // Human-friendly version name
14
15    $build = ''; // revision number
16
17 ?>
18
Note: See TracBrowser for help on using the browser.