mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2026-04-26 05:17:56 +00:00
version bump
This commit is contained in:
+2
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user