From d7d31e9246c6fbc4b3cd87818af05c4d018035ee Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Sat, 9 Oct 1999 03:56:15 -0700 Subject: [PATCH] Release calc version 2.11.0t6.2 --- CHANGES | 5 +++-- version.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 30cf1f3..f0f1f9e 100644 --- a/CHANGES +++ b/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. - Fixed a bug and applied a fix that was reported by Ernest Bowen - . Added regression tests 1103 to 1112. + Fixed a bug in hnrmod() and applied a fix that was reported by Ernest + Bowen . Added regression tests 1103 to + 1112 to confirm the fix. Fixed a bug in version.c related to MINOR_PATCHs in both the empty and non-empty MINOR_PATCH cases. diff --git a/version.c b/version.c index c14b0d9..39ec2d7 100644 --- a/version.c +++ b/version.c @@ -12,7 +12,7 @@ #define MAJOR_VER 2 /* major version */ #define MINOR_VER 11 /* minor version */ #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