Release v2.14.0.7

The following are the changes in this release:

    Fizzbin is a better word. :-)

    The help and man builtin commands now return an error when a
    help file cannot be opened, such as when there is no help file.

    Added palindrome.cal resource file.  For example, to find the
    largest (highly probable) prime palindrome under 280 decimal
    digits (text tweet limit):

	prevprimepal(1e280)
This commit is contained in:
Landon Curt Noll
2021-11-07 20:36:07 -08:00
parent dfd66be871
commit e11d159c81
4 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */
#define MINOR_VER 14 /* minor library version */
#define MAJOR_PATCH 0 /* major software version level */
#define MINOR_PATCH 6 /* minor software version level */
#define MINOR_PATCH 7 /* minor software version level */
/*