From dbf10c643797bb4ca16cea7a70e76840fb59bd39 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 24 Oct 2020 06:56:44 -0500 Subject: Past time for 0.8.4 --- toys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys.h') 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 -- cgit v1.2.3