mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.11.0t6.2
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -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.
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user