diff options
Diffstat (limited to 'includes/config.defaults.php')
-rw-r--r-- | includes/config.defaults.php | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php index b24a547..640df2e 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2018 Guillaume Mazoyer <gmazoyer@gravitons.in> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -45,17 +45,13 @@ $config = array( // Release configuration 'release' => array( - 'version' => '1.3.0', - 'codename' => 'Convergence', + 'version' => '2.0.0', + 'codename' => 'Established', 'repository' => 'https://github.com/respawner/looking-glass' ), // Frontpage configuration 'frontpage' => array( - // Use Bootstrap theme - 'bootstrap_theme' => true, - // Custom Bootstrap theme - 'custom_bootstrap_theme' => false, // CSS to use 'css' => 'css/style.css', // Title |