aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-17 02:38:19 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-17 02:38:19 +0000
commitc428d54dcc5524c641a45aa66e6a06a1df60e931 (patch)
treea21465deafce7ff302c524811bbde33096e39d76 /version.php
parentcb3dbb5c961010ca32067f76fe666fe3162f42ce (diff)
downloadelgg-c428d54dcc5524c641a45aa66e6a06a1df60e931.tar.gz
elgg-c428d54dcc5524c641a45aa66e6a06a1df60e931.tar.bz2
Fixes #3123. Datalists and config names can now be up to 255 chars long. Debug mode is disabled when caching views to avoid saving bad stuff.
git-svn-id: http://code.elgg.org/elgg/trunk@8746 36083f99-b078-4883-b0ff-0f9b5a30f544
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 b284525e6..d639949e2 100644
--- a/version.php
+++ b/version.php
@@ -11,7 +11,7 @@
// YYYYMMDD = Elgg Date
// XX = Interim incrementer
-$version = 2011031400;
+$version = 2011031600;
// Human-friendly version name
$release = '1.8-svn';