Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 22, 2013
1 parent c9e3a59 commit 8b3b04e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
* License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher
*/

$version = "4.1.1";
$codename = "QuickQuail";
$rev = "51";
$version = "1.0.0";

if (!file_exists("../config.php")) {
header("Location: ../installer");
Expand Down Expand Up @@ -165,7 +163,7 @@
?>
</div>
<hr>
<p class="muted pull-right">ModernCount <? echo $version; ?> (<? echo $rev; ?>) "<? echo $codename; ?>" &copy; <a href="https://github.com/joshf" target="_blank">Josh Fradley</a> <? echo date("Y"); ?>. Themed by <a href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a>.</p>
<p class="muted pull-right">ModernCount <? echo $version; ?> &copy; <a href="https://github.com/ModernBB" target="_blank">Studio 384</a> <? echo date("Y"); ?>. Themed by <a href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a>.</p>
</div>
<!-- Content end -->
<!-- Javascript start -->
Expand Down

0 comments on commit 8b3b04e

Please sign in to comment.