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

Bump for release

This commit is contained in:
Kevin Glynn 2013-03-04 15:49:07 +01:00
parent c1d7ecea72
commit 03064de2b6

View File

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