Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jun 25, 2021
1 parent 7f00cf0 commit 4b6c8e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion espresso/espresso.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ typedef struct {
#define SHARP 0x2000
#define IRRED1 0x4000

#define VERSION "UC Berkeley, Espresso Version #2.3, Release date 01/31/88"
#define VERSION "UC Berkeley, Espresso Version v2.4, Release date 06/25/21"

/* Define constants used for recording program statistics */
#define TIME_COUNT 22
Expand Down
2 changes: 1 addition & 1 deletion man/espresso.1
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ It is no longer possible to specify the type on the command line.
.LP
There are a lot of options, but typical use doesn't need them.
.LP
This manual page refers to Version 2.3 of Espresso. The major change from
This manual page refers to Version 2.4 of Espresso. The major change from
Version 2.2 to Version 2.3 is the addition of a fast sparse-matrix
covering algorithm for the \fB-Dexact\fP mode.
.LP
Expand Down
2 changes: 1 addition & 1 deletion man/espresso.5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ embedded in the input to specify the size of the matrix and
the logical format of the input function.
Programs exist to translate a set of equations into
this format (e.g., eqntott(1OCTTOOLS), bdsyn(1OCTTOOLS), eqntopla(1OCTTOOLS)).
This manual page refers to Version 2.3 of \fIEspresso\fP.
This manual page refers to Version 2.4 of \fIEspresso\fP.
.PP
Comments are allowed within the input by placing a
pound sign (#) as the first character on a line.
Expand Down

0 comments on commit 4b6c8e1

Please sign in to comment.