diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-22 14:07:05 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-22 14:07:05 +0000 |
commit | 6615b6f4d827811046564cd004bd167b4c3c38bf (patch) | |
tree | a8b13babab0bb2741e9612f46d0e6a113bd29026 /version.php | |
parent | 18dd81e15a1159e73f0371e91b62640db3f5e9bf (diff) | |
download | elgg-6615b6f4d827811046564cd004bd167b4c3c38bf.tar.gz elgg-6615b6f4d827811046564cd004bd167b4c3c38bf.tar.bz2 |
Closes #1030: Group title and description search added, refs #965
git-svn-id: https://code.elgg.org/elgg/trunk@3300 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 461a07fa0..ef1c29149 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009051901; // YYYYMMDD = Elgg Date + $version = 2009052201; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|