Starting point for 1.3 beta:

Changes to multiple files to change version number
Changes by JamesAC / spx to improve management of Windows Mssages, mostly to support working with the DexPot folks
Addition of the Win7AudioPlugin plugin by reiswaffle. This includes plugin code and changes to the Rainmeter.sln project file.
This commit is contained in:
jsmorley
2010-06-20 20:52:52 +00:00
parent c84f3bd35b
commit 34387ce2cf
9 changed files with 1322 additions and 7 deletions

View File

@ -32,13 +32,13 @@
#define MAKE_VER(major, minor1, minor2) major * 1000000 + minor1 * 1000 + minor2
#define APPNAME L"Rainmeter"
#define APPVERSION L"1.2"
#define APPVERSION L"1.3"
#ifdef _WIN64
#define APPBITS L"(64-bit)"
#else
#define APPBITS L"(32-bit)"
#endif
#define RAINMETER_VERSION MAKE_VER(1, 2, 0)
#define RAINMETER_VERSION MAKE_VER(1, 3, 0)
enum PLATFORM
{