Changeset 401

Show
Ignore:
Timestamp:
2010-04-05 16:08:50 (2 years ago)
Author:
hannes
Message:

creating version 5.2.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/5.2/classes/pages/Page.php

    r373 r401  
    460460        } 
    461461        // The authors politely ask you to keep this notice of authorship and copyright intact in the spirit of 'credit where credit is due'. 
    462         $_temp = new XMLElement('<div id="bottombar">' . $LANG['Powered_by'] . ' <a href="http://www.spamboard.net">Spam Board</a> ' . $VERSION . ' &amp;copy; 2007, 2008, 2009 <a href="http://www.spamboard.net/wiki/Authors">Spam Board Team</a></div>'); 
     462        $_temp = new XMLElement('<div id="bottombar">' . $LANG['Powered_by'] . ' <a href="http://www.spamboard.net">Spam Board</a> ' . $VERSION . ' &amp;copy; 2007 - 2010 <a href="http://www.spamboard.net/wiki/Authors">Spam Board Team</a></div>'); 
    463463        // append page footer 
    464464        $this->html->body->addElement($_temp); 
  • branches/5.2/includes/config/version.php

    r389 r401  
    2828 * Also good: Spam Board Viking Edition 1.0 (then, you can do your own version numbering from there) */ 
    2929 
    30 $VERSION = '5.2.2'; 
     30$VERSION = '5.2.3'; 
    3131 
    3232?>