We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc547a commit cfeda39Copy full SHA for cfeda39
xoops_trust_path/modules/xpwiki/version.php
@@ -1,2 +1,2 @@
1
-<?php $xpwiki_version = '5.02.11';
+<?php $xpwiki_version = '5.02.12';
2
if (! defined('XPWIKI_VERSION')) define('XPWIKI_VERSION', $xpwiki_version);
xoops_trust_path/modules/xpwiki/xoops_version.php
@@ -18,7 +18,7 @@
18
$modversion['name'] = $mydirname ;
19
$modversion['version'] = $xpwiki_version ;
20
$modversion['description'] = constant($constpref.'_MODULE_DESCRIPTION') ;
21
-$modversion['credits'] = '© 2006-2012 hypweb.net.';
+$modversion['credits'] = '© 2006-2014 hypweb.net.';
22
$modversion['author'] = 'nao-pon' ;
23
$modversion['help'] = '' ;
24
$modversion['license'] = 'GPL' ;
0 commit comments