From d2893d8173da0729af3c78661a8309bfce3e5ba5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 2 Feb 2016 11:12:05 -0600 Subject: Release time. Calling it 0.7.0 because the fullscreen (cursor/utf8) infrasructure is in now. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index e95c6417..6dd4cea6 100644 --- a/main.c +++ b/main.c @@ -6,7 +6,7 @@ #include "toys.h" #ifndef TOYBOX_VERSION -#define TOYBOX_VERSION "0.6.1" +#define TOYBOX_VERSION "0.7.0" #endif // Populate toy_list[]. -- cgit v1.2.3