mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
d77709a50e
This is a new plugin written by psouza4 in C#. Further details on how to compile locally will be forthcoming.
8 lines
222 B
C
8 lines
222 B
C
#pragma once
|
|
#define FILEVER 1,4,0,638
|
|
#define PRODUCTVER 1,4,0,638
|
|
#define STRFILEVER "1.4.0.638"
|
|
#define STRPRODUCTVER "1.4.0.638"
|
|
|
|
const int revision_number = 638;
|
|
const bool revision_beta = true; |