aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-01-30 22:04:43 -0600
committerRob Landley <rob@landley.net>2020-01-30 22:04:43 -0600
commit2b729ee1e0cb266bf50df0ca80f123f93384ac77 (patch)
treebd457cb0d65e7eab57bdc70050656eefb9047b1c /main.c
parent0f7eb7f2dec9deeef02ed7d36e547f6bd1a14c4d (diff)
downloadtoybox-2b729ee1e0cb266bf50df0ca80f123f93384ac77.tar.gz
Move TOYBOX_VERSION fallback definition to toys.h.
(A git build takes it from "git describe".)
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.c b/main.c
index fc1461f6..ded73d99 100644
--- a/main.c
+++ b/main.c
@@ -5,13 +5,6 @@
#include "toys.h"
-#ifndef TOYBOX_VERSION
-#ifndef TOYBOX_VENDOR
-#define TOYBOX_VENDOR ""
-#endif
-#define TOYBOX_VERSION "0.8.2"TOYBOX_VENDOR
-#endif
-
// Populate toy_list[].
#undef NEWTOY