diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-23 11:55:33 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-23 11:55:33 +0000 |
commit | ecc0629c226b2484036df49da8139dcd3f91a005 (patch) | |
tree | 96a47da127ee516b0145b8ee2ea61ac3640382e4 /version.php | |
parent | 617f0d3d6e865fca9143464b1214d214d067c688 (diff) | |
download | elgg-ecc0629c226b2484036df49da8139dcd3f91a005.tar.gz elgg-ecc0629c226b2484036df49da8139dcd3f91a005.tar.bz2 |
Slight version change to represent architectural changes.
git-svn-id: https://code.elgg.org/elgg/trunk@2890 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 88a28888a..16b01e83f 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009021901; // YYYYMMDD = Elgg Date
+ $version = 2009022301; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.4'; // Human-friendly version name
|