diff options
author | Rob Landley <rob@landley.net> | 2016-02-02 11:12:05 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-02-02 11:12:05 -0600 |
commit | d2893d8173da0729af3c78661a8309bfce3e5ba5 (patch) | |
tree | a4fdea7088289bfbb404da4ff3a59daedeeb83bf | |
parent | 2554243d8872a5083ad2bbd019e2e513000df3c6 (diff) | |
download | toybox-d2893d8173da0729af3c78661a8309bfce3e5ba5.tar.gz |
Release time.0.7.0
Calling it 0.7.0 because the fullscreen (cursor/utf8) infrasructure is in now.
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[]. |