Skip to content

Commit

Permalink
Renumbered head trunk version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broeker committed Jul 2, 2004
1 parent 214fd12 commit 701238b
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
\2004-07-03 Hans-Bernhard Broeker <[email protected]>

* PATCHLEVEL, VERSION: Changed to version 4.1, patchlevel 0.

* src/version.c (gnuplot_version, gnuplot_patchlevel,
gnuplot_date): Updated by regenerating the file.

* docs/gnuplot.doc, docs/titlepag.ms, docs/doc2texi.el: Update
number in the title pages.

* docs/gnuplot.texi: Regenerated.

2004-07-01 Ethan Merritt <[email protected]>

* src/fit.c: #include gp_time.h is now necessary.
Expand Down
2 changes: 1 addition & 1 deletion PATCHLEVEL
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.1
2 changes: 1 addition & 1 deletion docs/doc2texi.el
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
An Interactive Plotting Program
Thomas Williams & Colin Kelley
Version 4.0 organized by: Lars Hecking
Version 4.1 organized by: Hans-Bernhard Broeker
Copyright (C) 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley
Expand Down
4 changes: 2 additions & 2 deletions docs/gnuplot.doc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
C RCS $Id: gnuplot.doc,v 1.226 2004/06/30 20:01:52 broeker Exp $
C RCS $Id: gnuplot.doc,v 1.227 2004/07/02 22:19:13 broeker Exp $
C 18 September 2001
C Copyright (C) 1986 - 1993, 1998, 1999, 2000, 2001, 2004 Thomas Williams, Colin Kelley et al.
C
^ <h2> An Interactive Plotting Program </h2><p>
^ <h2> Thomas Williams & Colin Kelley</h2><p>
^ <h2> Version 4.0 organized by Hans-Bernhard Broeker and others</h2><p>
^ <h2> Version 4.1 organized by Hans-Bernhard Broeker and others</h2><p>
^ <h2>Major contributors (alphabetic order):</h2>
^<ul><h3>
^<li> Hans-Bernhard Broeker
Expand Down
4 changes: 2 additions & 2 deletions docs/gnuplot.texi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

An Interactive Plotting Program
Thomas Williams & Colin Kelley
Version 4.0 organized by: Lars Hecking
Version 4.1 organized by: Hans-Bernhard Broeker

Copyright (C) 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley

Expand All @@ -42,7 +42,7 @@ Major contributors (alphabetic order):

@c ^ <h2> An Interactive Plotting Program </h2><p>
@c ^ <h2> Thomas Williams & Colin Kelley</h2><p>
@c ^ <h2> Version 4.0 organized by Hans-Bernhard Broeker and others</h2><p>
@c ^ <h2> Version 4.1 organized by Hans-Bernhard Broeker and others</h2><p>
@c ^ <h2>Major contributors (alphabetic order):</h2>

@itemize @bullet
Expand Down
4 changes: 2 additions & 2 deletions docs/titlepag.ms
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An Interactive Plotting Program
.AU
Thomas Williams & Colin Kelley
.br
Version 4.0 organized by: Lars Hecking
Version 4.1 organized by: Hans-Bernhard Broeker
.br
Major contributors (alphabetic order):
.br
Expand Down Expand Up @@ -77,7 +77,7 @@ This manual was prepared by Dick Crawford.
.LP
.nr HM 1.2i
.ds CH
.ds LH GNUPLOT 4.0
.ds LH GNUPLOT 4.1
.ds RH %
.\".nr PS 12
.\".nr VS 13
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.57 2004/07/01 17:10:09 broeker Exp $"); }
static char *RCSid() { return RCSid("$Id: version.c,v 1.58 2004/07/02 22:19:13 broeker Exp $"); }
#endif

/* GNUPLOT - version.c */
Expand Down Expand Up @@ -39,9 +39,9 @@ static char *RCSid() { return RCSid("$Id: version.c,v 1.57 2004/07/01 17:10:09 b
#include "syscfg.h" /* for FAQ_LOCATION */


const char gnuplot_version[] = "4.0";
const char gnuplot_patchlevel[] = "2";
const char gnuplot_date[] = "Wed Jun 30 22:33:45 CEST 2004";
const char gnuplot_version[] = "4.1";
const char gnuplot_patchlevel[] = "0";
const char gnuplot_date[] = "Sat Jul 3 00:04:32 CEST 2004";
const char gnuplot_copyright[] = "Copyright (C) 1986 - 1993, 1998, 2004";

const char faq_location[] = FAQ_LOCATION;
Expand Down

0 comments on commit 701238b

Please sign in to comment.