Release v2.14.0.8

The following are the changes in this release:

    Identical to v2.14.0.7: now declared a stable release.
This commit is contained in:
Landon Curt Noll
2021-11-23 00:04:09 -08:00
parent e11d159c81
commit 08fe6f13f4
4 changed files with 4 additions and 4 deletions

View File

@@ -1205,7 +1205,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.14.0.7 VERSION= 2.14.0.8
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -496,7 +496,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.14.0.7 VERSION= 2.14.0.8
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -496,7 +496,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.14.0.7 VERSION= 2.14.0.8
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -54,7 +54,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */ #define MAJOR_VER 2 /* major library version */
#define MINOR_VER 14 /* minor library version */ #define MINOR_VER 14 /* minor library version */
#define MAJOR_PATCH 0 /* major software version level */ #define MAJOR_PATCH 0 /* major software version level */
#define MINOR_PATCH 7 /* minor software version level */ #define MINOR_PATCH 8 /* minor software version level */
/* /*