version bump

This commit is contained in:
Kelvin Sherlock
2016-06-16 21:55:39 -04:00
parent d56d689f98
commit ef99bb40de
5 changed files with 50 additions and 10 deletions
+2 -3
View File
@@ -19,8 +19,7 @@
//MAXPATHLEN
#include <sys/param.h>
#define VERSION "0.1"
#include "version.h"
namespace ToolBox {
std::string MacToUnix(const std::string path);
@@ -847,6 +846,6 @@ int builtin_aboutbox(Environment &env, const std::vector<std::string> &tokens, c
"| |\n"
"| (c) 2016 Kelvin W Sherlock |\n"
"+--------------------------------------+\n"
,VERSION);
, VERSION);
return 0;
}