Skip to content

Commit

Permalink
Change TagName back to 0.77 so when 0.78 comes out the update will work
Browse files Browse the repository at this point in the history
  • Loading branch information
libertyernie committed Feb 23, 2017
1 parent ec75390 commit 9ab5a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BrawlBox/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace BrawlBox
static class Program
{
//Make sure this matches the tag name of the release on github exactly
public static readonly string TagName = "v0.78";
public static readonly string TagName = "v0.77"; // Change this to v0.78 on final release

public static readonly string AssemblyTitle;
public static readonly string AssemblyDescription;
Expand Down
2 changes: 1 addition & 1 deletion BrawlBox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("BrawlBox v0.78")]
[assembly: AssemblyTitle("BrawlBox v0.78 rc1")]
[assembly: AssemblyDescription("This program is provided as-is without any warranty, implied or otherwise." +
" By using this program, the end user agrees to take full responsibility regarding its proper and lawful use." +
" The authors/hosts/distributors cannot be held responsible for any damage resulting in the use of this program," +
Expand Down

0 comments on commit 9ab5a3a

Please sign in to comment.