Rolled version number to 2.0
[eq/.git] / setup / setup.inc.php
index a144ba461865f0d6875c921a1bf63d5bcf2f21df..9c64406ac441e5085f91376e46fe90973ea54167 100644 (file)
@@ -14,7 +14,7 @@
        /* Basic information about this app */
        $setup_info['eq']['name']      = 'eq';
        $setup_info['eq']['title']     = 'Elders Quorum Tools';
-       $setup_info['eq']['version']   = '0.0.1.001';
+       $setup_info['eq']['version']   = '0.2.0';
        $setup_info['eq']['app_order'] = 8;
        $setup_info['eq']['enable']    = 1;
        
@@ -29,7 +29,8 @@
        $setup_info['eq']['maintainer_email'] = 'apippin@pippins.net';
        
        /* The tables this app creates */
-       /* $setup_info['eq']['tables']    = Array('eq'); */
+       /* This APP requires manual table creation */
+       /* Manually import the eq/sql/eq.sql file into mysql */
 
        /* The hooks this app includes, needed for hooks registration */
        $setup_info['eq']['hooks'] = Array(