diff --git a/Matchstick/include/MGDF/MGDFHost.hpp b/Matchstick/include/MGDF/MGDFHost.hpp index 55fc7bc5..9390bf4e 100644 --- a/Matchstick/include/MGDF/MGDFHost.hpp +++ b/Matchstick/include/MGDF/MGDFHost.hpp @@ -84,7 +84,7 @@ class ICommonHost : public virtual IErrorHandler { /** show the onscreen debug overlay - \return whether the onscreen debug overlay is currently set to be shown + \return whether the onscreen overlay controller */ virtual IDebug *GetDebug() const = 0; }; diff --git a/Matchstick/src/GamesManager/solutionInfo.cs b/Matchstick/src/GamesManager/solutionInfo.cs index 41f65584..d7fd0886 100644 --- a/Matchstick/src/GamesManager/solutionInfo.cs +++ b/Matchstick/src/GamesManager/solutionInfo.cs @@ -7,5 +7,5 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("0.13.5")] -[assembly: AssemblyFileVersion("0.13.5")] \ No newline at end of file +[assembly: AssemblyVersion("0.14.0")] +[assembly: AssemblyFileVersion("0.14.0")] \ No newline at end of file diff --git a/Matchstick/src/core/common/MGDFVersionInfo.cpp b/Matchstick/src/core/common/MGDFVersionInfo.cpp index 5a2f8769..9a2d6e00 100644 --- a/Matchstick/src/core/common/MGDFVersionInfo.cpp +++ b/Matchstick/src/core/common/MGDFVersionInfo.cpp @@ -10,7 +10,7 @@ namespace MGDF { namespace core { -const std::string MGDFVersionInfo::_mgdfVersion = "0.13.5"; +const std::string MGDFVersionInfo::_mgdfVersion = "0.14.0"; } } // namespace MGDF \ No newline at end of file diff --git a/README.md b/README.md index de04ea56..02d43b54 100644 --- a/README.md +++ b/README.md @@ -67,5 +67,5 @@ Running GamesManager.exe from command line Building a release package -------------------------- -* To build a release package, run `Matchstick\scripts\build.ps1 -buildnumber=x.x.x` from a powershell prompt. This will put the generated release in /dist -* To publish the release, locate /dist from the previous step and run `Matchstick\scripts\build.ps1 -Target Publish -dist= -s3accesskey=xxxx -s3secretkey=yyyy` from a powershell prompt. +* To build a release package, run `Matchstick\build\build.ps1 -Target Dist -buildnumber=x.x.x` from a powershell prompt. This will put the generated release in /dist +* To publish the release, locate /dist from the previous step and run `Matchstick\build\build.ps1 -Target Publish -dist= -backup= -s3accesskey=xxxx -s3secretkey=yyyy` from a powershell prompt.