Skip to content

Commit b03e71f

Browse files
committed
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".
1 parent db799aa commit b03e71f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ EXT=
13811381

13821382
# The default calc versions
13831383
#
1384-
VERSION= 2.14.2.1
1384+
VERSION= 2.14.2.2
13851385

13861386
# Names of shared libraries with versions
13871387
#

Makefile.simple

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ EXT=
12391239

12401240
# The default calc versions
12411241
#
1242-
VERSION= 2.14.2.1
1242+
VERSION= 2.14.2.2
12431243

12441244
# Names of shared libraries with versions
12451245
#

custom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ EXT=
475475

476476
# The default calc versions
477477
#
478-
VERSION= 2.14.2.1
478+
VERSION= 2.14.2.2
479479

480480
# Names of shared libraries with versions
481481
#

custom/Makefile.simple

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ EXT=
445445

446446
# The default calc versions
447447
#
448-
VERSION= 2.14.2.1
448+
VERSION= 2.14.2.2
449449

450450
# Names of shared libraries with versions
451451
#

version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static char *program;
8484
#define MAJOR_VER 2 /* major library version */
8585
#define MINOR_VER 14 /* minor library version */
8686
#define MAJOR_PATCH 2 /* major software version level */
87-
#define MINOR_PATCH 1 /* minor software version level */
87+
#define MINOR_PATCH 2 /* minor software version level */
8888

8989

9090
/*

0 commit comments

Comments
 (0)