aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-07 21:49:19 +0000
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-07 21:49:19 +0000
commit7682706a46a20e3e58a9afd8ba208d5b0c040499 (patch)
treec8cb5e3d75609aa2b8f52748626bde7ffa7a041b /version.php
parentff31226fdeb972aac2f37f0098240cb366a9bb26 (diff)
downloadelgg-7682706a46a20e3e58a9afd8ba208d5b0c040499.tar.gz
elgg-7682706a46a20e3e58a9afd8ba208d5b0c040499.tar.bz2
Adding an option to restrict new user registration in advanced site settings.
This is the first step in fully merging "Walled Garden" plugin into core Elgg engine. git-svn-id: http://code.elgg.org/elgg/trunk@5981 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 20d459ee5..62fb107ef 100644
--- a/version.php
+++ b/version.php
@@ -12,7 +12,7 @@
// YYYYMMDD = Elgg Date
// XX = Interim incrementer
-$version = 2010040201;
+$version = 2010050701;
// Human-friendly version name
$release = '1.8-svn';