mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Updated the version numbers for the new beta.
This commit is contained in:
parent
94a7dafd1e
commit
35947902ea
@ -32,13 +32,13 @@
|
||||
#define MAKE_VER(major, minor1, minor2) major * 1000000 + minor1 * 1000 + minor2
|
||||
|
||||
#define APPNAME L"Rainmeter"
|
||||
#define APPVERSION L"1.1"
|
||||
#define APPVERSION L"1.2"
|
||||
#ifdef _WIN64
|
||||
#define APPBITS L"(64-bit)"
|
||||
#else
|
||||
#define APPBITS L"(32-bit)"
|
||||
#endif
|
||||
#define RAINMETER_VERSION MAKE_VER(1, 1, 0)
|
||||
#define RAINMETER_VERSION MAKE_VER(1, 2, 0)
|
||||
|
||||
enum PLATFORM
|
||||
{
|
||||
|
@ -1,2 +1,2 @@
|
||||
#pragma once
|
||||
const int revision_number = 304;
|
||||
const int revision_number = 320;
|
Loading…
Reference in New Issue
Block a user