Skip to content

Commit

Permalink
Updated beta version patch level.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhecking committed Nov 3, 1999
1 parent d464036 commit 4e1aa12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PATCHLEVEL
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10
a
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7
3.8
8 changes: 4 additions & 4 deletions src/version.c
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 4e1aa12

Please sign in to comment.