Small correction for the mainboard specific configuration of the Gigabyte Z68X-UD7-B3 mainboard.
1.1 --- a/Hardware/Mainboard/SuperIOHardware.cs Sun Jun 26 17:00:32 2011 +0000
1.2 +++ b/Hardware/Mainboard/SuperIOHardware.cs Sun Jun 26 20:04:26 2011 +0000
1.3 @@ -499,10 +499,9 @@
1.4 break;
1.5 case Model.Z68X_UD7_B3: // IT8728F
1.6 v.Add(new Voltage("VTT", 0));
1.7 - v.Add(new Voltage("+5V", 1, 15, 10));
1.8 + v.Add(new Voltage("+3.3V", 1, 13.3f, 20.5f));
1.9 v.Add(new Voltage("+12V", 2, 68, 22));
1.10 - v.Add(new Voltage("Voltage #4", 3, true));
1.11 - v.Add(new Voltage("Voltage #5", 4, true));
1.12 + v.Add(new Voltage("+5V", 3, 14.3f, 20));
1.13 v.Add(new Voltage("CPU VCore", 5));
1.14 v.Add(new Voltage("DRAM", 6));
1.15 v.Add(new Voltage("Standby +3.3V", 7, 10, 10));
2.1 --- a/Properties/AssemblyVersion.cs Sun Jun 26 17:00:32 2011 +0000
2.2 +++ b/Properties/AssemblyVersion.cs Sun Jun 26 20:04:26 2011 +0000
2.3 @@ -37,5 +37,5 @@
2.4
2.5 using System.Reflection;
2.6
2.7 -[assembly: AssemblyVersion("0.3.2.3")]
2.8 -[assembly: AssemblyInformationalVersion("0.3.2.3 Alpha")]
2.9 \ No newline at end of file
2.10 +[assembly: AssemblyVersion("0.3.2.4")]
2.11 +[assembly: AssemblyInformationalVersion("0.3.2.4 Alpha")]
2.12 \ No newline at end of file