aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 177918a6..eb9208e4 100644
--- a/toys.h
+++ b/toys.h
@@ -126,3 +126,10 @@ extern char **environ;
#define GLOBALS(...)
#define ARRAY_LEN(array) (sizeof(array)/sizeof(*array))
#define TAGGED_ARRAY(X, ...) {__VA_ARGS__}
+
+#ifndef TOYBOX_VERSION
+#ifndef TOYBOX_VENDOR
+#define TOYBOX_VENDOR ""
+#endif
+#define TOYBOX_VERSION "0.8.3"TOYBOX_VENDOR
+#endif