aboutsummaryrefslogtreecommitdiff
path: root/bb.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-30 18:08:49 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-30 18:08:49 -0700
commite2350214ae8a6e4eea62fcc98dd791421d69ac53 (patch)
treea1dbc61a57146e0f36ee60f40ca6a3a78a694df7 /bb.c
parent48a55d7bcaded28893068701313a15f28a2895c0 (diff)
Bumped version
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 9dc0bdf..6c81e9d 100644
--- a/bb.c
+++ b/bb.c
@@ -24,7 +24,7 @@
#include "config.h"
#include "bterm.h"
-#define BB_VERSION "0.11.0"
+#define BB_VERSION "0.11.1"
#ifndef PATH_MAX
#define PATH_MAX 4096