mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Updating build to version 3.0
This commit is contained in:
parent
38976c10d2
commit
4a51c3a68e
@ -7,8 +7,8 @@ set SUBWCREV=%PROGRAMFILES%\TortoiseSVN\bin\SubWCRev.exe
|
|||||||
set GIT=%PROGRAMFILES%\Git\bin\git.exe
|
set GIT=%PROGRAMFILES%\Git\bin\git.exe
|
||||||
|
|
||||||
:: Set VERSION_REVISION to non-zero value to override
|
:: Set VERSION_REVISION to non-zero value to override
|
||||||
set VERSION_MAJOR=2
|
set VERSION_MAJOR=3
|
||||||
set VERSION_MINOR=5
|
set VERSION_MINOR=0
|
||||||
set VERSION_SUBMINOR=0
|
set VERSION_SUBMINOR=0
|
||||||
set VERSION_REVISION=0
|
set VERSION_REVISION=0
|
||||||
set ISBETA=true
|
set ISBETA=true
|
||||||
|
@ -3,9 +3,9 @@ namespace Rainmeter
|
|||||||
public class Version
|
public class Version
|
||||||
{
|
{
|
||||||
#if X64
|
#if X64
|
||||||
public const string Informational = "2.5.0.1678 (64-bit)";
|
public const string Informational = "3.0.0.1842 (64-bit)";
|
||||||
#else
|
#else
|
||||||
public const string Informational = "2.5.0.1678 (32-bit)";
|
public const string Informational = "3.0.0.1842 (32-bit)";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
10
Version.h
10
Version.h
@ -1,9 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#define FILEVER 2,5,0,1678
|
#define FILEVER 3,0,0,1842
|
||||||
#define PRODUCTVER FILEVER
|
#define PRODUCTVER FILEVER
|
||||||
#define STRFILEVER "2.5.0.1678"
|
#define STRFILEVER "3.0.0.1842"
|
||||||
#define STRPRODUCTVER STRFILEVER
|
#define STRPRODUCTVER STRFILEVER
|
||||||
#define APPVERSION L"2.5.0"
|
#define APPVERSION L"3.0.0"
|
||||||
#define RAINMETER_VERSION ((2 * 1000000) + (5 * 1000) + 0)
|
#define RAINMETER_VERSION ((3 * 1000000) + (0 * 1000) + 0)
|
||||||
const int revision_number = 1678;
|
const int revision_number = 1842;
|
||||||
const bool revision_beta = true;
|
const bool revision_beta = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user