aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-05-17 15:44:22 -0400
committercash <cash.costello@gmail.com>2013-05-17 15:44:22 -0400
commit4c45640a3327aea985b383dcbecc5a439674f97c (patch)
tree164320ee78bb36d409eb0b66d5464c4e97122746 /version.php
parentbf47c4ef15a470f799faa1ddb6989bf75ebdcf31 (diff)
downloadelgg-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.php2
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';