Changeset 5840
- Timestamp:
- 05/01/08 13:14:45 (8 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
interface/owner/center/about/index.php (modified) (1 diff)
-
lib/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/center/about/index.php
r5623 r5840 95 95 <td class="role"><?php echo _t('Service administration panel');?></td> 96 96 </tr> 97 <tr> 98 <td class="name vcard"><a class="fn url" href="http://creorix.com/tc">Jun-whan Ahn</a></td> 99 <td class="role"><?php echo _t('Optimization / Bug tracking / Editor / Formatter');?></td> 100 </tr> 97 101 </tbody> 98 102 </table> -
trunk/lib/config.php
r5835 r5840 6 6 // Define basic signatures. 7 7 define('TEXTCUBE_NAME', 'Textcube'); 8 define('TEXTCUBE_VERSION', '1.7 : pre-Beta 1b 2');8 define('TEXTCUBE_VERSION', '1.7 : pre-Beta 1b3'); 9 9 define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 10 10 define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');
