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

Update for rolling rs release

This commit is contained in:
Kevin Glynn 2012-02-01 07:17:18 -06:00
parent 93eca2c29a
commit 679da0f151

View File

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