git.p6c8.net
/
jirafeau_mojo42.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix #178 "Delete via API does not work"
[jirafeau_mojo42.git]
/
lib
/
settings.php
diff --git
a/lib/settings.php
b/lib/settings.php
index 063b38c807b4106f149fbbd4460c6cb4306a1a00..ecdcf5dce67d5100154ea958e09882a1c556789a 100644
(file)
--- 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.
2
.0');
+define('JIRAFEAU_VERSION', '4.
3
.0');
/* Directories. */
define('VAR_FILES', $cfg['var_root'] . 'files/');
patrick-canterino.de