prep for calc version 2.14.1.3

Change calc version from 2.14.1.2 to 2.14.2.3 as part of a test to
build calc RPMs on a reference RHEL8.7 platform (formerly a RHEL7.9
platform).
This commit is contained in:
Landon Curt Noll
2023-02-14 15:39:11 -08:00
parent fddd24d6c6
commit 774060944b
2 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,11 @@
The following are the changes from calc version 2.14.2.0 to date:
The following are the changes from calc version 2.14.2.3 to date:
Change calc version from 2.14.1.2 to 2.14.2.3 as part of a test to
build calc RPMs on a reference RHEL8.7 platform (formerly a RHEL7.9
platform).
The following are the changes from calc version 2.14.2.0 to 2.14.1.2:
Attempted to address a paranoid compiler warning -Wmaybe-uninitialized
in swap_HALF_in_ZVALUE() where the gcc compiler seems to ignore the

View File

@@ -84,7 +84,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */
#define MINOR_VER 14 /* minor library version */
#define MAJOR_PATCH 1 /* major software version level */
#define MINOR_PATCH 2 /* minor software version level */
#define MINOR_PATCH 3 /* minor software version level */
/*
@@ -108,7 +108,7 @@ STATIC char *stored_version = NULL; /* version formed if != NULL */
char *Copyright = "\n"
"calc - arbitrary precision calculator\n"
"\n"
"Copyright (C) 1999-2021 David I. Bell, Landon Curt Noll "
"Copyright (C) 1999-2023 David I. Bell, Landon Curt Noll "
"and Ernest Bowen\n"
"\n"
"Initial author: David I. Bell\n"