Skip to content

Commit

Permalink
Released version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 13, 2013
1 parent 539c44e commit 40dd613
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tracy.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Tracy (version 0.9.0, http://tracy.nette.org)
*
* Copyright (c) 2004, 2013 David Grudl (http://davidgrudl.com)
*/

require __DIR__ . '/Tracy/IBarPanel.php';
require __DIR__ . '/Tracy/Bar.php';
require __DIR__ . '/Tracy/BlueScreen.php';
Expand Down

0 comments on commit 40dd613

Please sign in to comment.