Compare commits

...

2 Commits

Author SHA1 Message Date
Landon Curt Noll
aeb9a9d473 Prepare for calc version 2.12.6.3 2017-09-06 18:20:35 -07:00
Landon Curt Noll
66883b390d Fixed CHANGES typo 2017-09-06 18:11:35 -07:00
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ 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
Fixed an C code indenting issue that was reported by Thomas Walter
<th dot walter42 at gmx dot de> in zfunc.c.

View File

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

View File

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

View File

@@ -348,7 +348,7 @@ EXT=
# The default calc versions
#
VERSION= 2.12.6.2
VERSION= 2.12.6.3
# 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 2 /* minor software level or 0 if not patched */
#define MINOR_PATCH 3 /* minor software level or 0 if not patched */
/*