mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
update release number
This commit is contained in:
parent
a1e6eb4a24
commit
17f150245e
@ -1,4 +1,4 @@
|
|||||||
/*
|
\/*
|
||||||
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ namespace Twiglet.CS2J.Translator
|
|||||||
{
|
{
|
||||||
class CS2J
|
class CS2J
|
||||||
{
|
{
|
||||||
private const string VERSION = "2011.3.2";
|
private const string VERSION = "2011.3.3";
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user