tagging as ATutor 1.5.4-release
[atutor.git] / svn.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2006 by Greg Gay, Joel Kronenberg, Heidi Hazelton */
6 /* http://atutor.ca                                                                                                             */
7 /*                                                                                                                                              */
8 /* This program is free software. You can redistribute it and/or                */
9 /* modify it under the terms of the GNU General Public License                  */
10 /* as published by the Free Software Foundation.                                                */
11 /************************************************************************/
12
13 // $Id$
14
15 /* created by the bundle script.                     */
16 /* the resulting file will look something like this: */
17 /* $svn_data = '
18 ------------------------------------------------------------------------
19 r3125 | joel | 2005-01-21 16:27:14 -0500 (Fri, 21 Jan 2005)
20 ------------------------------------------------------------------------';
21 */
22
23 $svn_data = '
24 ------------------------------------------------------------------------
25 r3125 | joel | 2005-01-21 16:27:14 -0500 (Fri, 21 Jan 2005)
26 ------------------------------------------------------------------------';
27
28 ?>