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
This commit is contained in:
Landon Curt Noll
2021-12-27 19:10:56 -08:00
parent d4970d66ce
commit ee70c12481
5 changed files with 5 additions and 5 deletions

View File

@@ -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
#

View File

@@ -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
#

View File

@@ -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
#

View File

@@ -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
#

View File

@@ -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 */
/*