Update Version.cs

This commit is contained in:
jsmorley 2012-11-04 12:02:12 -05:00
parent d02543be1d
commit 642a2fae00

View File

@ -3,9 +3,9 @@ namespace Rainmeter
public class Version
{
#if X64
public const string Informational = "2.4.0.1499 (64-bit)";
public const string Informational = "2.4.0.1678 (64-bit)";
#else
public const string Informational = "2.4.0.1499 (32-bit)";
public const string Informational = "2.4.0.1678 (32-bit)";
#endif
}
}