From 769ac51f8cb40a8c06bcb370660bf1c2407c4642 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 1 Dec 2021 23:38:56 -0800 Subject: [PATCH] Release v2.14.0.10 --- 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 b51023e..8b84bcc 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1211,7 +1211,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.9 +VERSION= 2.14.0.10 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index 0446796..1baa45f 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.9 +VERSION= 2.14.0.10 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index 7384911..58fcf52 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.9 +VERSION= 2.14.0.10 # Names of shared libraries with versions # diff --git a/version.c b/version.c index c0924db..1d971fe 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 9 /* minor software version level */ +#define MINOR_PATCH 10 /* minor software version level */ /*