Skip to content

Commit

Permalink
Release v2.14.3.5
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lcn2 committed Aug 17, 2023
1 parent d88b128 commit 28449fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion version.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */
#define MINOR_VER 14 /* minor library version */
#define MAJOR_PATCH 3 /* major software version level */
#define MINOR_PATCH 4 /* minor software version level */
#define MINOR_PATCH 5 /* minor software version level */


/*
Expand Down

0 comments on commit 28449fd

Please sign in to comment.