diff options
author | cash <cash.costello@gmail.com> | 2013-05-17 15:44:22 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-05-17 15:44:22 -0400 |
commit | 4c45640a3327aea985b383dcbecc5a439674f97c (patch) | |
tree | 164320ee78bb36d409eb0b66d5464c4e97122746 /version.php | |
parent | bf47c4ef15a470f799faa1ddb6989bf75ebdcf31 (diff) | |
download | elgg-4c45640a3327aea985b383dcbecc5a439674f97c.tar.gz elgg-4c45640a3327aea985b383dcbecc5a439674f97c.tar.bz2 |
Fixes #5479 adds group full text index if missing
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 c5fc817d4..ac554a945 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2013030600; +$version = 2013051700; // Human-friendly version name $release = '1.8.15'; |