Test of CVS version tracking system

svn path=/trunk/boinc/; revision=5080
This commit is contained in:
Janus B. Kristensen 2005-01-12 13:28:10 +00:00
parent 4203e9fb70
commit 6fbcd570e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
$cvs_version_tracker[]="\$id$"; //get CVS version of this file to be shown in version list (display_cvs_versions())
$cvs_version_tracker[]="\$Id$"; //get CVS version of this file to be shown in version list (display_cvs_versions())
require_once("../project/project.inc");
require_once("../inc/countries.inc");