X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/c7f776c8b948b033c200c8fd84ab5e8a8422d601..5058cbd048a108666d4078c692cb12ce96e521db:/lib/settings.php?ds=inline

diff --git a/lib/settings.php b/lib/settings.php
index 6efc8b7..2efc66a 100644
--- a/lib/settings.php
+++ b/lib/settings.php
@@ -41,7 +41,7 @@ if ($cfg['debug'] === true) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.3.0');
+define('JIRAFEAU_VERSION', '4.4.0');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');
@@ -52,7 +52,7 @@ define('VAR_ASYNC', $cfg['var_root'] . 'async/');
 // root of the domain without handling the URL scheme
 $absPrefix = parse_url($cfg['web_root'], PHP_URL_PATH);
 if (true === empty($absPrefix)) {
-    // fallback if installation isnt done yet: relative links to same level on the current page
+    // fallback if installation isn't done yet: relative links to same level on the current page
     $absPrefix = './';
 }
 define('JIRAFEAU_ABSPREFIX', $absPrefix);