summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-05-12 05:35:58 +0000
committerStefan Eßer <se@FreeBSD.org>2021-05-12 05:35:58 +0000
commit2858419a0ee2b8f5827de72c00618bcd69ebc5fc (patch)
treea5e3efc2128cbf0d2904663187367ce0c2fef260 /include
parentbd136720030ebb0b31e6d5a2236b9d0ddac71b94 (diff)
Diffstat (limited to 'include')
-rw-r--r--include/history.h1
-rw-r--r--include/version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/history.h b/include/history.h
index 469785a118a9..444a2a107ac5 100644
--- a/include/history.h
+++ b/include/history.h
@@ -165,6 +165,7 @@ typedef enum BcHistoryAction {
BC_ACTION_ENTER = 13,
BC_ACTION_CTRL_N = 14,
BC_ACTION_CTRL_P = 16,
+ BC_ACTION_CTRL_S = 19,
BC_ACTION_CTRL_T = 20,
BC_ACTION_CTRL_U = 21,
BC_ACTION_CTRL_W = 23,
diff --git a/include/version.h b/include/version.h
index ab4823bd7c2a..42eb3a11d2c0 100644
--- a/include/version.h
+++ b/include/version.h
@@ -36,6 +36,6 @@
#ifndef BC_VERSION_H
#define BC_VERSION_H
-#define VERSION 4.0.1
+#define VERSION 4.0.2
#endif // BC_VERSION_H