rainmeter-studio/revision-number.h
jsmorley d77709a50e Adding InputTextPlugin to the .svn and changing the build to include the pre-compiled version.
This is a new plugin written by psouza4 in C#.
Further details on how to compile locally will be forthcoming.
2010-12-05 00:52:07 +00:00

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;