rainmeter-studio/revision-number.h
jsmorley af99bd37a9 Updates by psouza4:
* Fixed problem with InputText Plugin and 64bit Rainmeter not finding the proper parent window for the input box by using new "bridge" functionality.
* Some changes to CSPluginTemplate to use new "bridge" functionality to find/use  X/Y/W/H better from parent skin window.
2011-01-14 23:43:29 +00:00

8 lines
222 B
C

#pragma once
#define FILEVER 1,4,0,694
#define PRODUCTVER 1,4,0,694
#define STRFILEVER "1.4.0.694"
#define STRPRODUCTVER "1.4.0.694"
const int revision_number = 694;
const bool revision_beta = true;