mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Update Version.cs
This commit is contained in:
parent
d02543be1d
commit
642a2fae00
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user