CustomizeMii 3.11 - Hotfix - Fixes detection of loops in wave files

This commit is contained in:
Leathl 2010-04-21 00:12:51 +00:00
parent 8f610d6d34
commit 1917a22b22
4 changed files with 7 additions and 3 deletions

View File

@ -31,7 +31,7 @@ namespace CustomizeMii
public partial class CustomizeMii_Main : Form
{
#region Constants
private const string version = "3.1"; //Hint for myself: Never use a char in the Version (UpdateCheck)!
private const string version = "3.11"; //Hint for myself: Never use a char in the Version (UpdateCheck)!
private const int soundMaxLength = 40; //In seconds
private const int soundWarningLength = 25; //In seconds
private const int bnsWarningLength = 45; //In seconds

View File

@ -50,6 +50,6 @@ using System.Resources;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyVersion("3.1.1.0")]
[assembly: AssemblyFileVersion("3.1.1.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

View File

@ -9,6 +9,10 @@ Thanks to icefire / Xuzz for the basic idea of this application!
-----------------------------------------------------------------------------------------
Changelog:
Version 3.11
- Updated libWiiSharp to 0.21
=> - Fixed detection of loops in wave files
Version 3.1
- Updated libWiiSharp to 0.2
=> - Speed up in TPL conversion

Binary file not shown.