mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-04 08:42:07 +00:00
Version bump.
This commit is contained in:
parent
604c589b47
commit
723f59f517
@ -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") {
|
||||
|
@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION "0.1.2" /* todo: autogen */
|
||||
#define VERSION "0.1.3" /* todo: autogen */
|
||||
|
Loading…
Reference in New Issue
Block a user