diff options
author | Rob Landley <rob@landley.net> | 2017-10-19 16:49:52 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-10-19 16:49:52 -0500 |
commit | 5af26a03df96cdea056440355713182cab4a4242 (patch) | |
tree | 9d4c721c5785e2785267bebf3bb9f9aa22be982b | |
parent | b93630f5a198b86cf10d5f594ee7254ac0873eb3 (diff) | |
download | toybox-5af26a03df96cdea056440355713182cab4a4242.tar.gz |
Elliott wants to add TOYBOX_VENDOR.
-rw-r--r-- | main.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,7 +6,10 @@ #include "toys.h" #ifndef TOYBOX_VERSION -#define TOYBOX_VERSION "0.7.4" +#ifndef TOYBOX_VENDOR +#define TOYBOX_VENDOR "" +#endif +#define TOYBOX_VERSION "0.7.5"TOYBOX_VENDOR #endif // Populate toy_list[]. |