Skip to content

Commit

Permalink
Version name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliapc committed Mar 9, 2019
1 parent 5939ddf commit 19220ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ namespace openmsx {
std::string Version::full()
{
return std::string("openMSX ") + VERSION +
(RELEASE ? std::string{} : (std::string("-") + REVISION));
(RELEASE ? std::string{} : (std::string("-") + REVISION)) +
" / TSX rev2.1";
}

} // namespace openmsx

0 comments on commit 19220ee

Please sign in to comment.