home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 5 / RISCWORLD_VOL5.iso / SOFTWARE / Issue3 / FAMILY / Calendar / Demo / !Datum / c / version < prev   
Encoding:
Text File  |  2003-09-19  |  652 b   |  20 lines

  1. /*
  2.  * $Id: version 1.7 2003-09-19 10:47:19+01 erikgrnh Stab $
  3.  *
  4.  * $Source: /ADFS::Csite.\044/C/User/!Calendar/Demo/!Datum/c/_RCS/version $
  5.  *
  6.  * This file holds the version string for the program as a whole.
  7.  * For each release it should be updated with
  8.  *   co -Z -l c.version
  9.  *   ci -Z -f -u c.version
  10.  *       (force a new revision even if there is no change).
  11.  *   rcs -Z -nVersion_x_y: -sStab <all files>
  12.  *       (where x and y are the new version numbers)
  13.  *
  14.  */
  15.  
  16. /* Force recompile if this file is changed */
  17. #include "main.h"
  18. char const version_c_REV[] = "$Revision: 1.7 $";
  19. char const version_c_DATE[] = "$Date: 2003-09-19 10:47:19+01 $";
  20.