Skip to content

Commit

Permalink
Commit for Release Version 2.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cozy1 committed Aug 11, 2016
1 parent 91d61d5 commit 6d0cded
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion RocksmithTookitGUI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public MainForm(string[] args)
if (args.Length > 0 && File.Exists(args[0]))
LoadTemplate(args[0]);

this.Text = String.Format("Custom Song Creator Toolkit (v{0} beta)", ToolkitVersion.version);
// this.Text = String.Format("Custom Song Creator Toolkit (v{0} beta)", ToolkitVersion.version);
this.Text = String.Format("Custom Song Creator Toolkit (v{0})", ToolkitVersion.version);

if (Environment.OSVersion.Platform == PlatformID.MacOSX)
{// Disable updates for Mac (speedup) -1.5 seconds here
updateButton.Enabled = false;
Expand Down
6 changes: 3 additions & 3 deletions RocksmithTookitGUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Rocksmith Custom Song Project")]
[assembly: AssemblyProduct("Rocksmith Custom Song Creator Toolkit")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,6 +33,6 @@
// 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("2.6.1.0")]
[assembly: AssemblyFileVersion("2.6.1.0")]
[assembly: AssemblyVersion("2.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]
6 changes: 3 additions & 3 deletions RocksmithToolkitLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Rocksmith Custom Song Project")]
[assembly: AssemblyProduct("RocksmithToolkitLib")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,6 +33,6 @@
// 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("2.6.1.0")]
[assembly: AssemblyFileVersion("2.6.1.0")]
[assembly: AssemblyVersion("2.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

0 comments on commit 6d0cded

Please sign in to comment.