diff options
Diffstat (limited to 'includes/config.defaults.php')
-rw-r--r-- | includes/config.defaults.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 24182c5..f7fc6d4 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -7,6 +7,12 @@ $config = array( + // Release configuration + 'release' => array( + 'version' => '1.0.0', + 'codename' => 'Convergence' + ), + // Frontpage configuration 'frontpage' => array( // Use Bootstrap theme |