From 90afbad4c1f115d5363fe99eb797d2458cd298a0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 17 Apr 2015 02:46:11 -0500 Subject: Make toybox --version use the "git describe" info if it's available. --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index a800deea..57022442 100644 --- a/main.c +++ b/main.c @@ -5,7 +5,9 @@ #include "toys.h" +#ifndef TOYBOX_VERSION #define TOYBOX_VERSION "0.5.2" +#endif // Populate toy_list[]. -- cgit v1.2.3