home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Id: version 1.7 2003-09-19 10:47:19+01 erikgrnh Stab $
- *
- * $Source: /ADFS::Csite.\044/C/User/!Calendar/Demo/!Datum/c/_RCS/version $
- *
- * This file holds the version string for the program as a whole.
- * For each release it should be updated with
- * co -Z -l c.version
- * ci -Z -f -u c.version
- * (force a new revision even if there is no change).
- * rcs -Z -nVersion_x_y: -sStab <all files>
- * (where x and y are the new version numbers)
- *
- */
-
- /* Force recompile if this file is changed */
- #include "main.h"
- char const version_c_REV[] = "$Revision: 1.7 $";
- char const version_c_DATE[] = "$Date: 2003-09-19 10:47:19+01 $";
-