Skip to content

Commit

Permalink
Declare this cvs version as 4.3 pl 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikulik committed Nov 3, 2006
1 parent 99508b9 commit e377b2b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2006-11-03 Petr Mikulik <[email protected]>

* VERSION PATCHLEVEL src/version.c: Declare this version as 4.3 pl 0.

2006-11-01 Ethan Merritt <[email protected]>

* docs/gnuplot.doc: Add an entry key for "help file", because otherwise
Expand Down
2 changes: 1 addition & 1 deletion PATCHLEVEL
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rc1
0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
4.3
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.70 2006/10/03 13:14:33 mikulik Exp $"); }
static char *RCSid() { return RCSid("$Id: version.c,v 1.71 2006/11/03 15:45:25 mikulik Exp $"); }
#endif

/* GNUPLOT - version.c */
Expand Down Expand Up @@ -39,9 +39,9 @@ static char *RCSid() { return RCSid("$Id: version.c,v 1.70 2006/10/03 13:14:33 m
#include "syscfg.h" /* for FAQ_LOCATION */


const char gnuplot_version[] = "4.2";
const char gnuplot_patchlevel[] = "rc1";
const char gnuplot_date[] = "October 2006";
const char gnuplot_version[] = "4.3";
const char gnuplot_patchlevel[] = "0";
const char gnuplot_date[] = "November 2006";
const char gnuplot_copyright[] = "Copyright (C) 1986 - 1993, 1998, 2004, 2006";

const char faq_location[] = FAQ_LOCATION;
Expand Down

0 comments on commit e377b2b

Please sign in to comment.