Release calc version 2.11.0t6.2

This commit is contained in:
Landon Curt Noll
1999-10-09 03:56:15 -07:00
parent 2dc364ee9f
commit d7d31e9246
2 changed files with 4 additions and 3 deletions

View File

@@ -35,8 +35,9 @@ Following is the change from calc version 2.11.0t1 to date:
Reordered cc Makefile variable sets in the main Makefile. Reordered cc Makefile variable sets in the main Makefile.
Fixed a bug and applied a fix that was reported by Ernest Bowen Fixed a bug in hnrmod() and applied a fix that was reported by Ernest
<ernie@turing.une.edu.au>. Added regression tests 1103 to 1112. Bowen <ernie@turing.une.edu.au>. Added regression tests 1103 to
1112 to confirm the fix.
Fixed a bug in version.c related to MINOR_PATCHs in both the Fixed a bug in version.c related to MINOR_PATCHs in both the
empty and non-empty MINOR_PATCH cases. empty and non-empty MINOR_PATCH cases.

View File

@@ -12,7 +12,7 @@
#define MAJOR_VER 2 /* major version */ #define MAJOR_VER 2 /* major version */
#define MINOR_VER 11 /* minor version */ #define MINOR_VER 11 /* minor version */
#define MAJOR_PATCH 0 /* patch level or 0 if no patch */ #define MAJOR_PATCH 0 /* patch level or 0 if no patch */
#define MINOR_PATCH "6.1" /* test number or empty string if no patch */ #define MINOR_PATCH "6.2" /* test number or empty string if no patch */
/* /*
* calc version constants * calc version constants