Skip to content

Commit

Permalink
refs #514 : version number changed
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Oct 3, 2012
1 parent 7274286 commit 05a5ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions framework/id/textcube/config.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,12 @@

// Define basic signatures.
define('TEXTCUBE_NAME', 'Textcube');
<<<<<<< local
define('TEXTCUBE_VERSION', '2.1 : Alpha 1');
define('TEXTCUBE_REVISION', 'root-main-trunk');
define('TEXTCUBE_COPYRIGHT', 'Copyright &copy; 2004-2011. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.');
=======
define('TEXTCUBE_VERSION', '2.0 : Alpha 1');
define('TEXTCUBE_REVISION', 'root-main-branch2.0-r30');
define('TEXTCUBE_CODENAME', 'Canon');
define('TEXTCUBE_COPYRIGHT', 'Copyright &copy; 2004-2012. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.');
>>>>>>> other
define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');
<<<<<<< local
define('TEXTCUBE_RESOURCE_URL', 'http://resources.textcube.org/trunk');
=======
define('TEXTCUBE_RESOURCE_URL', 'http://resources.textcube.org/2.0');
>>>>>>> other
define('TEXTCUBE_NOTICE_URL','http://feeds.feedburner.com/textcube/');
// Define basic definitions.
define('CRLF', "\r\n");
Expand Down
2 changes: 1 addition & 1 deletion interface/owner/center/about/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<q xml:lang="la" title="<?php echo _t('모든 만물은 책이요 그림이요 또한 거울이니');?>">Omnis mundi creatura quasi liber et pictura nobis est, et speculum</q><br />
<cite><?php echo _t('움베르트 에코 -장미의 이름- 중');?></cite>
</p>
<div id="copyright"><?php echo _t('&copy; 2004 - 2011. 모든 저작권은 개발자 및 공헌자에게 있습니다.<br />텍스트큐브는 니들웍스/TNF에서 개발합니다.<br />텍스트큐브와 텍스트큐브 로고는 니들웍스의 상표입니다.');?></div>
<div id="copyright"><?php echo _t('&copy; 2004 - 2012. 모든 저작권은 개발자 및 공헌자에게 있습니다.<br />텍스트큐브는 니들웍스/TNF에서 개발합니다.<br />텍스트큐브와 텍스트큐브 로고는 니들웍스의 상표입니다.');?></div>
<div id="XHTML-ValidIcon">
<img src="http://www.w3.org/Icons/valid-xhtml11-blue" alt="Valid XHTML 1.1!" />
</div>
Expand Down

0 comments on commit 05a5ad8

Please sign in to comment.