diff options
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |