From 4b6c8e1033d4124f7cc56450b42f51aeae6ef1a7 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Fri, 25 Jun 2021 21:19:20 +0800 Subject: [PATCH] update version. --- espresso/espresso.h | 2 +- man/espresso.1 | 2 +- man/espresso.5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/espresso/espresso.h b/espresso/espresso.h index 214367b..c052db8 100644 --- a/espresso/espresso.h +++ b/espresso/espresso.h @@ -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 diff --git a/man/espresso.1 b/man/espresso.1 index 4be1e19..a2e25cf 100644 --- a/man/espresso.1 +++ b/man/espresso.1 @@ -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 diff --git a/man/espresso.5 b/man/espresso.5 index 0f2e3b2..2333de1 100644 --- a/man/espresso.5 +++ b/man/espresso.5 @@ -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.