From 5fa732b869b1b936307f3dbbdaaa5fc9aec3cb29 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Sun, 12 Mar 2023 20:52:45 -0700 Subject: [PATCH] Release v2.14.1.5 The following are the changes in this release: Fixed version numbers in two cases in CHANGES that referred to the 2.14.2.x instead of 2.14.1.x. Rename MINGW Makefile variable (a holdover from MINGW32_NT-5.0) to OSNAME. Fixed FUNCPTR typedef in hist.c to fix deprecated compiler warnings. Fixed when USE_READLINE, READLINE_LIB, READLINE_EXTRAS, and READLINE_INCLUDE are set to empty (disable use of the GNU-readline facility). Fix cases of spaces before tabs in Makefile and Makefile.simple. --- Makefile | 2 +- Makefile.simple | 2 +- custom/Makefile | 2 +- custom/Makefile.simple | 2 +- version.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7567a24..2ec91eb 100644 --- a/Makefile +++ b/Makefile @@ -1381,7 +1381,7 @@ EXT= # The default calc versions # -VERSION= 2.14.1.4 +VERSION= 2.14.1.5 # Names of shared libraries with versions # diff --git a/Makefile.simple b/Makefile.simple index 192aa69..0377881 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -1239,7 +1239,7 @@ EXT= # The default calc versions # -VERSION= 2.14.1.4 +VERSION= 2.14.1.5 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index d7c73a1..130ec7a 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -475,7 +475,7 @@ EXT= # The default calc versions # -VERSION= 2.14.1.4 +VERSION= 2.14.1.5 # Names of shared libraries with versions # diff --git a/custom/Makefile.simple b/custom/Makefile.simple index 5ccec28..56c35c0 100644 --- a/custom/Makefile.simple +++ b/custom/Makefile.simple @@ -445,7 +445,7 @@ EXT= # The default calc versions # -VERSION= 2.14.1.4 +VERSION= 2.14.1.5 # Names of shared libraries with versions # diff --git a/version.c b/version.c index d046d65..5d233ed 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 1 /* major software version level */ -#define MINOR_PATCH 4 /* minor software version level */ +#define MINOR_PATCH 5 /* minor software version level */ /*