git.p6c8.net
/
jirafeau.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[TASK] rework user auth
[jirafeau.git]
/
lib
/
settings.php
diff --git
a/lib/settings.php
b/lib/settings.php
index bf562dddf553aa45b8e0bc237647cc9fe0efa03c..e2173bde63c173fea3bea0440adc5cf68a46d43e 100644
(file)
--- a/
lib/settings.php
+++ b/
lib/settings.php
@@
-41,7
+41,7
@@
if ($cfg['debug'] === true) {
/* Jirafeau package */
define('JIRAFEAU_PACKAGE', 'Jirafeau');
/* Jirafeau package */
define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.
3
.0');
+define('JIRAFEAU_VERSION', '4.
5
.0');
/* Directories. */
define('VAR_FILES', $cfg['var_root'] . 'files/');
/* Directories. */
define('VAR_FILES', $cfg['var_root'] . 'files/');
patrick-canterino.de