diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/history.h | 1 | ||||
| -rw-r--r-- | include/version.h | 2 |
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 |
