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.
This commit is contained in:
jsmorley 2010-12-05 00:52:07 +00:00
parent 08a377d7c0
commit d77709a50e

View File

@ -1,8 +1,8 @@
#pragma once
#define FILEVER 1,4,0,601
#define PRODUCTVER 1,4,0,601
#define STRFILEVER "1.4.0.601"
#define STRPRODUCTVER "1.4.0.601"
#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 = 601;
const int revision_number = 638;
const bool revision_beta = true;