Version bump.

This commit is contained in:
casey 2016-08-30 13:36:12 -07:00
parent 604c589b47
commit 723f59f517
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ bool ConsoleLayout::ProcessCommand(const std::string& cmd) {
this->logs->ClearContents();
}
else if (name == "version") {
const std::string v = boost::str(boost::format("build v%s") % VERSION);
const std::string v = boost::str(boost::format("v%s") % VERSION);
this->output->WriteLine(v, -1);
}
else if (name == "play" || name == "pl" || name == "p") {

View File

@ -1,3 +1,3 @@
#pragma once
#define VERSION "0.1.2" /* todo: autogen */
#define VERSION "0.1.3" /* todo: autogen */