diff options
author | Rob Landley <rob@landley.net> | 2017-02-21 11:27:25 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-02-21 11:27:25 -0600 |
commit | 9283f7b63c734972b1455f405d7d00eb12a4a211 (patch) | |
tree | 71e60551e4b84ad15eb38b1fe097d53fb9c2c09c | |
parent | a36264ffcbe39d92ece08d05f204acd6085170bd (diff) | |
download | toybox-9283f7b63c734972b1455f405d7d00eb12a4a211.tar.gz |
It's past time for 0.7.3.0.7.3
-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.7.2" +#define TOYBOX_VERSION "0.7.3" #endif // Populate toy_list[]. |