Bumped internal version number.
git-svn-id: http://code.elgg.org/elgg/trunk@3785
36083f99-b078-4883-b0ff-
0f9b5a30f544
--- /dev/null
+<?php
+
+global $CONFIG;
+
+/**
+ * Enable the search plugin
+ */
+enable_plugin('search', $CONFIG->site->guid);
* @link http://elgg.org/
*/
-$version = 2009102801; // YYYYMMDD = Elgg Date
- // XX = Interim incrementer
+// YYYYMMDD = Elgg Date
+// XX = Interim incrementer
+$version = 2010010501;
-$release = '1.7a1'; // Human-friendly version name
+// Human-friendly version name
+$release = '1.7a1';