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 elementid for expiration date
[jirafeau_mojo42.git]
/
lib
/
settings.php
diff --git
a/lib/settings.php
b/lib/settings.php
index 4a36f4fe275fdfc680ecd9e4137652b422a3e192..2c30ed4992cfae757057b051e7898b1acf62cda3 100644
(file)
--- a/
lib/settings.php
+++ b/
lib/settings.php
@@
-33,7
+33,7
@@
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
.0');
/* Directories. */
define('VAR_FILES', $cfg['var_root'] . 'files/');
patrick-canterino.de