Changeset 193 for trunk/xoops_version.php
- Timestamp:
- Apr 23, 2009, 12:21:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xoops_version.php
r188 r193 7 7 * @copyright toemon 8 8 * @license GNU public license 9 * @author "toemon ( http:// www.toemon.com)"9 * @author "toemon ( http://ja.xpressme.info)" 10 10 * @package module::xpressme 11 11 */ … … 32 32 $modversion['description'] = constant( '_MI_XP2_DESC'); 33 33 $modversion['version'] = "2.00"; 34 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http:// www.toemon.com) ;";35 $modversion['author'] = "toemon (http:// www.toemon.com)";34 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://ja.xpressme.info) ;"; 35 $modversion['author'] = "toemon (http://ja.xpressme.info)"; 36 36 $modversion['license'] = "GPL see LICENSE"; 37 37 $modversion['official'] = 0 ; … … 40 40 41 41 // status 42 $modversion['codename'] = "Bata3(r1 88)";42 $modversion['codename'] = "Bata3(r193)"; 43 43 44 44 // onInstall, onUpdate, onUninstall
Note: See TracChangeset
for help on using the changeset viewer.