home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / gnuplotp.lzh / gnuplot#1.1 / version.c < prev   
Encoding:
C/C++ Source or Header  |  1990-10-12  |  220 b   |  10 lines

  1. char version[] = "2.0";
  2. char patchlevel[] = "1";
  3. char date[] = "Tue Sep 18 14:46:32 EST 1990";
  4.  
  5. /* override in Makefile */
  6. #ifndef CONTACT
  7. # define CONTACT "pixar!bug-gnuplot@sun.com";
  8. #endif
  9. char bug_email[] = CONTACT;
  10.