[BACK]Return to version.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/version.c between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/01/22 14:16:03 version 1.1.1.3, 2003/09/15 07:09:27
Line 36  static char *RCSid = "$Id$";
Line 36  static char *RCSid = "$Id$";
   
 #include "plot.h"  #include "plot.h"
   
 char version[] = "3.7";  char gnuplot_version[] = "3.7";
 char patchlevel[] = "1";  char gnuplot_patchlevel[] = "3";
 char date[] = "Fri Oct 22 18:00:00 BST 1999";  char gnuplot_date[] = "Thu Dec 12 13:00:00 GMT 2002";
 char gnuplot_copyright[] = "Copyright(C) 1986 - 1993, 1998, 1999";  char gnuplot_copyright[] = "Copyright(C) 1986 - 1993, 1998 - 2002";
   
 char faq_location[] = FAQ_LOCATION;  char faq_location[] = FAQ_LOCATION;
 char bug_email[] = CONTACT;  char bug_email[] = CONTACT;
 char help_email[] = HELPMAIL;  char help_email[] = HELPMAIL;
   
   char os_name[32];
   char os_rel[32];

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>