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.
This commit is contained in:
Landon Curt Noll
2023-08-17 14:37:50 -07:00
parent d88b128b2d
commit 28449fd187
2 changed files with 2 additions and 2 deletions

View File

@@ -1303,7 +1303,7 @@ EXT=
# The calc version in the form of x.y.z.w
#
VERSION= 2.14.3.4
VERSION= 2.14.3.5
# The calc major version in the form of x.y.z
#