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

update version number

This commit is contained in:
Kevin Glynn 2011-09-08 11:39:14 +02:00
parent 7f7c397490
commit e2c15bdcff

View File

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