From 28449fd187fa5a44f73cdb7a05518db810e55b66 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 17 Aug 2023 14:37:50 -0700 Subject: [PATCH] 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. --- Makefile.config | 2 +- version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.config b/Makefile.config index ddf4afc..1e768d7 100644 --- a/Makefile.config +++ b/Makefile.config @@ -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 # diff --git a/version.c b/version.c index 6ed5df2..ed6ccea 100644 --- a/version.c +++ b/version.c @@ -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 */ /*