Skip to content

Commit

Permalink
Update build to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmorley committed Mar 25, 2013
1 parent 3211f6d commit 9217cbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Version.cs
Expand Up @@ -3,9 +3,9 @@ namespace Rainmeter
public class Version
{
#if X64
public const string Informational = "3.0.0.1842 (64-bit)";
public const string Informational = "3.0.0.1847 (64-bit)";
#else
public const string Informational = "3.0.0.1842 (32-bit)";
public const string Informational = "3.0.0.1847 (32-bit)";
#endif
}
}
6 changes: 3 additions & 3 deletions Version.h
@@ -1,9 +1,9 @@
#pragma once
#define FILEVER 3,0,0,1842
#define FILEVER 3,0,0,1847
#define PRODUCTVER FILEVER
#define STRFILEVER "3.0.0.1842"
#define STRFILEVER "3.0.0.1847"
#define STRPRODUCTVER STRFILEVER
#define APPVERSION L"3.0.0"
#define RAINMETER_VERSION ((3 * 1000000) + (0 * 1000) + 0)
const int revision_number = 1842;
const int revision_number = 1847;
const bool revision_beta = true;

0 comments on commit 9217cbf

Please sign in to comment.