aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-02-18 23:20:57 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-02-18 23:20:57 -0800
commitd7e6159eb855578142b19d4becadadc5c55e32ca (patch)
tree57d18bc7a74ee04f14bbb661e92f4eb0c6f88698 /bb.h
parent2767e33ab782edfab8bf6dcde36c28bca9b76f87 (diff)
Bugfix for cursor position not being remembered correctly.
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.h b/bb.h
index a5e9536..3e6faf6 100644
--- a/bb.h
+++ b/bb.h
@@ -25,7 +25,7 @@
#include "bterm.h"
// Macros:
-#define BB_VERSION "0.21.1"
+#define BB_VERSION "0.21.2"
#ifndef PATH_MAX
#define PATH_MAX 4096