Skip to content

Commit 28449fd

Browse files
committed
Release v2.14.3.5
The following are the changes in this release: Under macOS, to reduce dependency chains, we remove functions and data that are unreachable by the entry point or exported symbols. In particular, the macOS linker is used with both "-dead_strip" and "-dead_strip_dylibs". The libcalc shared library is now linked with libcustcalc.
1 parent d88b128 commit 28449fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.config

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

13041304
# The calc version in the form of x.y.z.w
13051305
#
1306-
VERSION= 2.14.3.4
1306+
VERSION= 2.14.3.5
13071307

13081308
# The calc major version in the form of x.y.z
13091309
#

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 3 /* major software version level */
87-
#define MINOR_PATCH 4 /* minor software version level */
87+
#define MINOR_PATCH 5 /* minor software version level */
8888

8989

9090
/*

0 commit comments

Comments
 (0)