add VersionInfo.cs. ignore VersionInfo, i'm not through with it yet.

This commit is contained in:
zeromus 2012-11-02 05:33:33 +00:00
parent 9062c96ac3
commit 03b5cd4cc4
1 changed files with 4 additions and 0 deletions

4
VersionInfo.cs Normal file
View File

@ -0,0 +1,4 @@
static class VersionInfo
{
public const string MAINVERSION = "1.2.0";
}