From 5b52e6dee901ec679effdd19da31205e6865baad Mon Sep 17 00:00:00 2001 From: Adrian Sutherland Date: Thu, 4 Feb 2021 14:11:25 +0000 Subject: [PATCH] v0.9.11 --- changelog.txt | 1 + config.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5f7ecf4..dcc10b4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ BREXX CMS Change LOG ==================== +0.9.11- 4 Feb 2021 F0043 - Maths fixes (Integer to Double promotion) - MULT, ADD, SUBT FORMAT fix (log10 Rounding error) Integer detecting fix, small >1 (e.g. 0.0000n) is not an integer diff --git a/config.h b/config.h index 9bc3f1f..94284e3 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ /* Modified for VM/370 CMS and GCC by Robert O'Hara, July 2010. */ /* The one version to rule them all! */ -#define CMS_VERSION "F0043" +#define CMS_VERSION "0.9.11" /* #define CMS_VERSION "0.9.8" #define CMS_VERSION "F0020"