From 08fe6f13f4c9d4109ec5c36c29c2175b868de825 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Tue, 23 Nov 2021 00:04:09 -0800 Subject: [PATCH] Release v2.14.0.8 The following are the changes in this release: Identical to v2.14.0.7: now declared a stable release. --- Makefile.ship | 2 +- custom/Makefile | 2 +- custom/Makefile.head | 2 +- version.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.ship b/Makefile.ship index 15af97d..075a22a 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1205,7 +1205,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.7 +VERSION= 2.14.0.8 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index c45ef37..ab27b29 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.7 +VERSION= 2.14.0.8 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index 8b4782b..480afec 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.7 +VERSION= 2.14.0.8 # Names of shared libraries with versions # diff --git a/version.c b/version.c index 924a4c2..deb57dc 100644 --- a/version.c +++ b/version.c @@ -54,7 +54,7 @@ static char *program; #define MAJOR_VER 2 /* major library version */ #define MINOR_VER 14 /* minor library version */ #define MAJOR_PATCH 0 /* major software version level */ -#define MINOR_PATCH 7 /* minor software version level */ +#define MINOR_PATCH 8 /* minor software version level */ /*