Skip to content

Commit

Permalink
Stamp and tag another patchlevel for pre-4.0 release candidate 3.8k-3.
Browse files Browse the repository at this point in the history
  • Loading branch information
broeker committed Mar 29, 2004
1 parent 68c90ad commit a706e49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2004-03-29 Hans-Bernhard Broeker <[email protected]>

* PATCHLEVEL: Increased for yet another release candidate tarball.

* src/version.c: Updated accordingly.

* lisp/.cvsignore: Add autom4te.cache to set of ignored names.

2004-03-29 Lars Hecking <[email protected]>

* tutorial/Makefile.am.in: Add tutorial.toc to CLEANFILES.
Expand Down
2 changes: 1 addition & 1 deletion PATCHLEVEL
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
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.51 2004/03/11 23:38:02 broeker Exp $"); }
static char *RCSid() { return RCSid("$Id: version.c,v 1.52 2004/03/29 13:48:12 broeker Exp $"); }
#endif

/* GNUPLOT - version.c */
Expand Down Expand Up @@ -40,8 +40,8 @@ static char *RCSid() { return RCSid("$Id: version.c,v 1.51 2004/03/11 23:38:02 b


const char gnuplot_version[] = "3.8k";
const char gnuplot_patchlevel[] = "2";
const char gnuplot_date[] = "Thu Mar 11 23:17:49 CET 2004";
const char gnuplot_patchlevel[] = "3";
const char gnuplot_date[] = "Mon Mar 29 15:17:53 CEST 2004";
const char gnuplot_copyright[] = "Copyright(C) 1986 - 1993, 1999 - 2003";

const char faq_location[] = FAQ_LOCATION;
Expand Down

0 comments on commit a706e49

Please sign in to comment.