1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

Update version number for release

This commit is contained in:
Kevin Glynn 2011-07-20 12:10:12 +02:00
parent 1cd4837804
commit 7d8fd5bf31

View File

@ -31,7 +31,7 @@ namespace Twiglet.CS2J.Translator
{
class CS2J
{
private const string VERSION = "2011.1.1";
private const string VERSION = "2011.1.2";
private static DirectoryHT<TypeRepTemplate> AppEnv { get; set; }
private static CS2JSettings cfg = new CS2JSettings();
private static StringTemplateGroup templates = null;