X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/421de927c7ca757c6be63d460aa26921ba97cafc..337d60b9d05113d8b2c5bdf9ada7ab9fe8225512:/lib/settings.php

diff --git a/lib/settings.php b/lib/settings.php
index 4a36f4f..1109d9a 100644
--- a/lib/settings.php
+++ b/lib/settings.php
@@ -33,13 +33,12 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '3.0.0');
+define('JIRAFEAU_VERSION', '3.2.1');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');
 define('VAR_LINKS', $cfg['var_root'] . 'links/');
 define('VAR_ASYNC', $cfg['var_root'] . 'async/');
-define('VAR_ALIAS', $cfg['var_root'] . 'alias/');
 
 // helping variable to build absolute link to
 // root of the domain without handling the URL scheme