Release v2.14.2.2

The following are the changes in this release:

    Removed references to obsolete Email addresses.

    macOS Darwin defaults LCC to "cc".
This commit is contained in:
Landon Curt Noll
2023-07-28 21:33:59 -07:00
parent db799aac10
commit b03e71f0ce
5 changed files with 5 additions and 5 deletions

View File

@@ -1381,7 +1381,7 @@ EXT=
# The default calc versions
#
VERSION= 2.14.2.1
VERSION= 2.14.2.2
# Names of shared libraries with versions
#

View File

@@ -1239,7 +1239,7 @@ EXT=
# The default calc versions
#
VERSION= 2.14.2.1
VERSION= 2.14.2.2
# Names of shared libraries with versions
#

View File

@@ -475,7 +475,7 @@ EXT=
# The default calc versions
#
VERSION= 2.14.2.1
VERSION= 2.14.2.2
# Names of shared libraries with versions
#

View File

@@ -445,7 +445,7 @@ EXT=
# The default calc versions
#
VERSION= 2.14.2.1
VERSION= 2.14.2.2
# Names of shared libraries with versions
#

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 2 /* major software version level */
#define MINOR_PATCH 1 /* minor software version level */
#define MINOR_PATCH 2 /* minor software version level */
/*