Compare commits

...

4 Commits

Author SHA1 Message Date
Landon Curt Noll
ee70c12481 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
2021-12-27 19:10:56 -08:00
Landon Curt Noll
d4970d66ce Merge branch 'master' of github.com:lcn2/calc 2021-12-27 19:04:53 -08:00
Landon Curt Noll
c3ea3d28a4 Added 2.14.0.14 CHANGES 2021-12-27 19:04:08 -08:00
Landon Curt Noll
3fa34dabfe Fixed typo in comment for Makefile.local 2021-12-13 22:12:03 -08:00
7 changed files with 18 additions and 8 deletions

12
CHANGES
View File

@@ -1,4 +1,14 @@
The following are the changes from calc version 2.14.0.13 to date:
The following are the changes from calc version 2.14.0.14 to date:
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
The following are the changes from calc version 2.14.0.13 to 2.14.0.13:
Made major changes to our release process in order to avoid
missing critical files that happened in calc v2.4.0.12.

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

@@ -5,14 +5,14 @@
# before the first make rule. This makes this file suitable to override
# Makefile variables.
#
# To replace a Makefile variale, use := symbols. For example:
# To replace a Makefile variable, use := symbols. For example:
#
# CCWERR:= -Werror
#
# NOTE: You need to remove the leading '#<whitespaces>' to take effect.
# Comments start with a #-character.
#
# You can append to an existing Makefile variale using '+=' symbols.
# You can append to an existing Makefile variable using '+=' symbols.
# For example:
#
# CFLAGS+= -Ofast

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