aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys.h b/toys.h
index 955cc4ca..b2e4721c 100644
--- a/toys.h
+++ b/toys.h
@@ -118,7 +118,7 @@ extern struct toy_context {
// Two big temporary buffers: one for use by commands, one for library functions
-extern char toybuf[4096], libbuf[4096];
+extern char *toybox_version, toybuf[4096], libbuf[4096];
extern char **environ;
@@ -132,5 +132,5 @@ extern char **environ;
#ifndef TOYBOX_VENDOR
#define TOYBOX_VENDOR ""
#endif
-#define TOYBOX_VERSION "0.8.3"TOYBOX_VENDOR
+#define TOYBOX_VERSION "0.8.4"TOYBOX_VENDOR
#endif