From 4e1aa121a520dd62d3371812bb160936cf10fb5a Mon Sep 17 00:00:00 2001 From: lhecking Date: Wed, 3 Nov 1999 16:03:57 +0000 Subject: [PATCH] Updated beta version patch level. --- PATCHLEVEL | 2 +- VERSION | 2 +- src/version.c | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PATCHLEVEL b/PATCHLEVEL index 68c123cf1..789819226 100644 --- a/PATCHLEVEL +++ b/PATCHLEVEL @@ -1 +1 @@ -0.10 +a diff --git a/VERSION b/VERSION index 475ba515c..cc1923a40 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7 +3.8 diff --git a/src/version.c b/src/version.c index 722552873..cf1ca844f 100644 --- a/src/version.c +++ b/src/version.c @@ -1,5 +1,5 @@ #ifndef lint -static char *RCSid() { return RCSid("$Id: version.c,v 1.26 1999/10/29 18:47:22 lhecking Exp $"); } +static char *RCSid() { return RCSid("$Id: version.c,v 1.27 1999/11/03 16:03:58 lhecking Exp $"); } #endif /* GNUPLOT - version.c */ @@ -36,9 +36,9 @@ static char *RCSid() { return RCSid("$Id: version.c,v 1.26 1999/10/29 18:47:22 l #include "syscfg.h" -const char gnuplot_version[] = "3.7"; -const char gnuplot_patchlevel[] = "0.10"; -const char gnuplot_date[] = "Thu Oct 21 22:10:04 BST 1999"; +const char gnuplot_version[] = "3.8a"; +const char gnuplot_patchlevel[] = "0"; +const char gnuplot_date[] = "Wed Nov 3 15:13:37 GMT 1999"; const char gnuplot_copyright[] = "Copyright(C) 1986 - 1993, 1999"; const char faq_location[] = FAQ_LOCATION;