aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2016-06-04 15:05:49 +0100
committerRob Landley <rob@landley.net>2016-06-05 12:44:13 -0500
commit8387fcb03edc718f031bc5b6af056c2ef408f3d5 (patch)
treef049f27fff0f6f2c97ef5f429455ad203b98106c /main.c
parent5d2619774ea77b02e4642401fb3c1dbd02253011 (diff)
downloadtoybox-8387fcb03edc718f031bc5b6af056c2ef408f3d5.tar.gz
Fix TOYBOX_VERSION
The latest tagged version is 0.7.1.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index eeae2f39..bedb333f 100644
--- a/main.c
+++ b/main.c
@@ -6,7 +6,7 @@
#include "toys.h"
#ifndef TOYBOX_VERSION
-#define TOYBOX_VERSION "0.7.0"
+#define TOYBOX_VERSION "0.7.1"
#endif
// Populate toy_list[].