Changeset 5840

Show
Ignore:
Timestamp:
05/01/08 13:14:45 (8 months ago)
Author:
inureyes
Message:

#898

  • about 란 수정
  • 버전 번호 업데이트
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/center/about/index.php

    r5623 r5840  
    9595                                                <td class="role"><?php echo _t('Service administration panel');?></td> 
    9696                                            </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> 
    97101                                        </tbody> 
    98102                                    </table> 
  • trunk/lib/config.php

    r5835 r5840  
    66// Define basic signatures. 
    77define('TEXTCUBE_NAME', 'Textcube'); 
    8 define('TEXTCUBE_VERSION', '1.7 : pre-Beta 1b2'); 
     8define('TEXTCUBE_VERSION', '1.7 : pre-Beta 1b3'); 
    99define('TEXTCUBE_COPYRIGHT', 'Copyright &copy; 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 
    1010define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');