commit: f6198cfeb5195349b859faaf47a8cbcfe18fe9c4
parent f5228a024985ef11757179d983a7a0173eb8bb18
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 7 Jul 2019 15:15:05 -0700
bc: Update to 2.1.0
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pkg/bc/config.h b/pkg/bc/config.h
@@ -4,5 +4,6 @@
#define BC_ENABLE_EXTRA_MATH 1
#define BC_ENABLE_HISTORY 1
#define BC_ENABLE_NLS 0
+#define BC_ENABLE_PROMPT 1
#define BC_ENABLE_SIGNALS 1
#define BC_NUM_KARATSUBA_LEN 64
diff --git a/pkg/bc/ver b/pkg/bc/ver
@@ -1 +1 @@
-2.0.3 r0
+2.1.0 r0