Skip to content

Commit

Permalink
Updates for Hotfix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
libertyernie committed Mar 20, 2017
1 parent c333e5b commit f9e0468
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion BrawlBox/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ they be held accountable for the manner in which it is used.
|************ Change Log ************|
====================================

- v0.78 (3/11/17) - BrawlLib 0.25
- v0.78 - BrawlLib 0.25

Hotfix 1 (3/20/17)
. Fixed an RSTM decoding regression (issue #108)
. Avoid memory leak when using OpenAL for audio

Initial Release (3/11/17)
. Added a facility for writing BrawlBox plugins in Python (bboxapi). A sample plugin is included.
. Added support for more filetypes in Export All and Replace All
. Changed Export All and Replace All to create/use subfolders for children of ARC and BRES nodes
Expand Down
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.78_h1";

public static readonly string AssemblyTitle;
public static readonly string AssemblyDescription;
Expand Down
4 changes: 2 additions & 2 deletions BrawlBox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BrawlBox")]
[assembly: AssemblyCopyright(@"Copyright © 2009 - 2016 Bryan Moulton, BlackJax96, libertyernie && Sammi Husky
[assembly: AssemblyCopyright(@"Copyright © 2009 - 2017 Bryan Moulton, BlackJax96, libertyernie && Sammi Husky
Super Smash Bros. Brawl © 2008 Nintendo and HAL Laboratory")]
[assembly: AssemblyTrademark(@"Characters are copyrighted by the following:
© Nintendo / HAL Laboratory, Inc. / Pokemon / Creatures Inc. / GAME FREAK Inc. / SHIGESATO ITOI / APE Inc. / INTELLIGENT SYSTEMS / Konami Digital Entertainment Co., Ltd. / SEGA")]
Expand All @@ -37,4 +37,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.78.*")]
[assembly: AssemblyFileVersion("0.78.0.0")]
[assembly: AssemblyFileVersion("0.78.1.0")]
6 changes: 3 additions & 3 deletions BrawlLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BrawlLib")]
[assembly: AssemblyCopyright("Copyright © 2009 - 2016 Bryan Moulton, BlackJax96, libertyernie && Sammi Husky")]
[assembly: AssemblyCopyright("Copyright © 2009 - 2017 Bryan Moulton, BlackJax96, libertyernie && Sammi Husky")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.24.*")]
[assembly: AssemblyFileVersion("0.24.0.0")]
[assembly: AssemblyVersion("0.25.*")]
[assembly: AssemblyFileVersion("0.25.1.0")]

0 comments on commit f9e0468

Please sign in to comment.