version 1.1.1.1, 2000/01/09 17:00:56 |
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[] = "0"; |
char gnuplot_patchlevel[] = "3"; |
char date[] = "Thu Jan 14 19:34:53 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]; |