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

bump rs version number

This commit is contained in:
Kevin Glynn 2012-09-03 17:47:47 +02:00
parent 3d7e2a0dc6
commit 6171de410f

View File

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