diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-16 12:35:43 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-16 12:35:43 +0000 |
commit | cc76d0a9ecb840d071bfbba1cd66f503f9dc2142 (patch) | |
tree | e8387ea436b715da34a0de50f3ab9a70e5744933 /version.php | |
parent | afe892810e6736739df91e6618399160690b606b (diff) | |
download | elgg-cc76d0a9ecb840d071bfbba1cd66f503f9dc2142.tar.gz elgg-cc76d0a9ecb840d071bfbba1cd66f503f9dc2142.tar.bz2 |
Closes #442: Requires schema upgrade. Side effect - friends activity rivers will be blanked.
git-svn-id: https://code.elgg.org/elgg/trunk@2267 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 60195c047..38e5d01a7 100644 --- a/version.php +++ b/version.php @@ -13,9 +13,9 @@ * @link http://elgg.org/
*/
- $version = 2008101303; // YYYYMMDD = Elgg Date
+ $version = 2008101601; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
- $release = '1.08'; // Human-friendly version name
+ $release = '1.09'; // Human-friendly version name
?>
\ No newline at end of file |