diff options
author | Rob Landley <rob@landley.net> | 2019-02-08 20:15:28 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-02-08 20:15:28 -0600 |
commit | b11e1206b4193dd46b4c40c333175fceadd409df (patch) | |
tree | 67ee9d41c58513769afeb4a6e4ac00a2825eb54d | |
parent | 3ef015d73749f462e93953ec63d5c42e5a0f401a (diff) | |
download | toybox-b11e1206b4193dd46b4c40c333175fceadd409df.tar.gz |
Sigh. Update release version for non-git source builds.
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ #ifndef TOYBOX_VENDOR #define TOYBOX_VENDOR "" #endif -#define TOYBOX_VERSION "0.7.8"TOYBOX_VENDOR +#define TOYBOX_VERSION "0.8.0"TOYBOX_VENDOR #endif // Populate toy_list[]. |