Skip to content

Commit

Permalink
Version bump & doc fixes for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsharpoblunto committed May 10, 2020
1 parent 028c72b commit 1288545
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Matchstick/include/MGDF/MGDFHost.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
4 changes: 2 additions & 2 deletions Matchstick/src/GamesManager/solutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.13.5")]
[assembly: AssemblyFileVersion("0.13.5")]
[assembly: AssemblyVersion("0.14.0")]
[assembly: AssemblyFileVersion("0.14.0")]
2 changes: 1 addition & 1 deletion Matchstick/src/core/common/MGDFVersionInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<dist_folder_from_previous_step> -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=<dist_folder_from_previous_step> -backup=<some_build_archive_folder> -s3accesskey=xxxx -s3secretkey=yyyy` from a powershell prompt.

0 comments on commit 1288545

Please sign in to comment.