Skip to content

Commit

Permalink
Up the Patchlevel to 3.8k2 for another pre-4.0 tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
broeker committed Mar 11, 2004
1 parent 15decb1 commit 7f9b8bc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2004-03-12 Hans-Bernhard Broeker <[email protected]>

* PATCHLEVEL: Raised to 2 for new release candidate.

* src/version.c: Updated.

* docs/doc2texi.el (d2t-texi-header): Updated version to 4.0,
changed "organized by" entry from Dave to Lars. Added Copyright
year entry for 2004.

* docs/titlepag.ms: Likewise.

* docs/gnuplot.texi: Regenerated.

* docs/Makefile.in ($(srcdir)/gnuplot.texi): Renamed rule target
to include $(srcdir). Fixed copy command to pull gnuplot.doc,
into build directory, not gnuplot.texi.

2004-03-11 Hans-Bernhard Broeker <[email protected]>

The fix for SF bug "[905651] Grid and border overlap the plot".
Expand Down
2 changes: 1 addition & 1 deletion PATCHLEVEL
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2
6 changes: 3 additions & 3 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.50 2004/02/21 19:08:36 broeker Exp $"); }
static char *RCSid() { return RCSid("$Id: version.c,v 1.51 2004/03/11 23:38:02 broeker Exp $"); }
#endif

/* GNUPLOT - version.c */
Expand Down Expand Up @@ -40,8 +40,8 @@ static char *RCSid() { return RCSid("$Id: version.c,v 1.50 2004/02/21 19:08:36 b


const char gnuplot_version[] = "3.8k";
const char gnuplot_patchlevel[] = "1";
const char gnuplot_date[] = "Sat Feb 21 19:56:07 CET 2004";
const char gnuplot_patchlevel[] = "2";
const char gnuplot_date[] = "Thu Mar 11 23:17:49 CET 2004";
const char gnuplot_copyright[] = "Copyright(C) 1986 - 1993, 1999 - 2003";

const char faq_location[] = FAQ_LOCATION;
Expand Down

0 comments on commit 7f9b8bc

Please sign in to comment.