From 701238b23ad505689810c9aefb03923a0346c5fb Mon Sep 17 00:00:00 2001 From: broeker Date: Fri, 2 Jul 2004 22:19:12 +0000 Subject: [PATCH] Renumbered head trunk version to 4.1.0 --- ChangeLog | 12 ++++++++++++ PATCHLEVEL | 2 +- VERSION | 2 +- docs/doc2texi.el | 2 +- docs/gnuplot.doc | 4 ++-- docs/gnuplot.texi | 4 ++-- docs/titlepag.ms | 4 ++-- src/version.c | 8 ++++---- 8 files changed, 25 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3780ca955..b59bb01fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +\2004-07-03 Hans-Bernhard Broeker + + * 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 * src/fit.c: #include gp_time.h is now necessary. diff --git a/PATCHLEVEL b/PATCHLEVEL index 0cfbf0888..573541ac9 100644 --- a/PATCHLEVEL +++ b/PATCHLEVEL @@ -1 +1 @@ -2 +0 diff --git a/VERSION b/VERSION index 5186d0706..7d5c902e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0 +4.1 diff --git a/docs/doc2texi.el b/docs/doc2texi.el index a62bfadcf..aa60662ad 100644 --- a/docs/doc2texi.el +++ b/docs/doc2texi.el @@ -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 diff --git a/docs/gnuplot.doc b/docs/gnuplot.doc index be29bc2e7..7323ac7fc 100644 --- a/docs/gnuplot.doc +++ b/docs/gnuplot.doc @@ -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 ^

An Interactive Plotting Program

^

Thomas Williams & Colin Kelley

-^

Version 4.0 organized by Hans-Bernhard Broeker and others

+^

Version 4.1 organized by Hans-Bernhard Broeker and others

^

Major contributors (alphabetic order):

^

    ^
  • Hans-Bernhard Broeker diff --git a/docs/gnuplot.texi b/docs/gnuplot.texi index 0cb1c826c..5e7a2e2dd 100644 --- a/docs/gnuplot.texi +++ b/docs/gnuplot.texi @@ -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 @@ -42,7 +42,7 @@ Major contributors (alphabetic order): @c ^

    An Interactive Plotting Program

    @c ^

    Thomas Williams & Colin Kelley

    -@c ^

    Version 4.0 organized by Hans-Bernhard Broeker and others

    +@c ^

    Version 4.1 organized by Hans-Bernhard Broeker and others

    @c ^

    Major contributors (alphabetic order):

    @itemize @bullet diff --git a/docs/titlepag.ms b/docs/titlepag.ms index e81e4c186..15c1c206e 100644 --- a/docs/titlepag.ms +++ b/docs/titlepag.ms @@ -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 @@ -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 diff --git a/src/version.c b/src/version.c index 058b79aaf..e9f8b6e82 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.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 */ @@ -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;