Release calc version 2.12.6.2

This commit is contained in:
Landon Curt Noll
2017-09-06 17:42:41 -07:00
parent 9e81971f25
commit ea533659ce
5 changed files with 7 additions and 4 deletions

View File

@@ -6,6 +6,9 @@ The following are the changes from calc version 2.12.6.1 to date:
integers >= 1. In the case of both rodseth_xhn(x, h, n) and gen_v1(h, n)
h must be odd.
Fixed an C code intending issue that was reported by Thomas Walter
<th dot walter42 at gmx dot de> in zfunc.c.
The following are the changes from calc version 2.12.6.0 to 2.12.6.0:

View File

@@ -990,7 +990,7 @@ EXT=
# The default calc versions
#
VERSION= 2.12.6.1
VERSION= 2.12.6.2
# Names of shared libraries with versions
#

View File

@@ -348,7 +348,7 @@ EXT=
# The default calc versions
#
VERSION= 2.12.6.1
VERSION= 2.12.6.2
# Names of shared libraries with versions
#

View File

@@ -348,7 +348,7 @@ EXT=
# The default calc versions
#
VERSION= 2.12.6.1
VERSION= 2.12.6.2
# Names of shared libraries with versions
#

View File

@@ -45,7 +45,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */
#define MINOR_VER 12 /* minor library version */
#define MAJOR_PATCH 6 /* major software level under library version */
#define MINOR_PATCH 1 /* minor software level or 0 if not patched */
#define MINOR_PATCH 2 /* minor software level or 0 if not patched */
/*