aboutsummaryrefslogtreecommitdiff
path: root/bb.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-06-15 14:15:53 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-06-15 14:15:53 -0700
commit7a757b7906d603ab2e1b25ac880c124ed6684ada (patch)
tree6da6e906da6ecc9fa869735a964d2db80ddd82ed /bb.c
parentb91dbdd3d076752478ca68a2d7b8c36c2a5a3549 (diff)
Version bump and added `+bind` doc
Diffstat (limited to 'bb.c')
-rw-r--r--bb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.c b/bb.c
index ee0bbf1..c324a74 100644
--- a/bb.c
+++ b/bb.c
@@ -24,7 +24,7 @@
#include "config.h"
#include "bterm.h"
-#define BB_VERSION "0.14.0"
+#define BB_VERSION "0.15.0"
#ifndef PATH_MAX
#define PATH_MAX 4096