From ee70c12481b94c743f19eb6a693b4a9ae3d8b919 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Mon, 27 Dec 2021 19:10:56 -0800 Subject: [PATCH] Release v2.14.0.14 The following are the changes in this release: Fixed typo in Makefile.local comment. Established a tagging procedure for a production release. Production git tags will be of the form: prod-2.x.y.z --- 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 49e4151..61812a2 100644 --- a/Makefile +++ b/Makefile @@ -1297,7 +1297,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.13 +VERSION= 2.14.0.14 # Names of shared libraries with versions # diff --git a/Makefile.simple b/Makefile.simple index 31b8a9e..eb5d014 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -1150,7 +1150,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.13 +VERSION= 2.14.0.14 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index a04040d..232bf53 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -474,7 +474,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.13 +VERSION= 2.14.0.14 # Names of shared libraries with versions # diff --git a/custom/Makefile.simple b/custom/Makefile.simple index da9cdc3..6cac9b1 100644 --- a/custom/Makefile.simple +++ b/custom/Makefile.simple @@ -445,7 +445,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.13 +VERSION= 2.14.0.14 # Names of shared libraries with versions # diff --git a/version.c b/version.c index 007d124..074eb50 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 13 /* minor software version level */ +#define MINOR_PATCH 14 /* minor software version level */ /*