aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-10-24 06:56:44 -0500
committerRob Landley <rob@landley.net>2020-10-24 06:56:44 -0500
commitdbf10c643797bb4ca16cea7a70e76840fb59bd39 (patch)
tree2d79195f9fa44340bbc2643833ddbcc187a96abe /toys.h
parent35dccebea56fac58131890f30b4d377aafad5839 (diff)
downloadtoybox-dbf10c643797bb4ca16cea7a70e76840fb59bd39.tar.gz
Past time for 0.8.4
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