Version.c 260 B

12345678
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. #ifndef lint
  7. static char Version[] = "ACK CEM compiler Version 3.2";
  8. #endif lint