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

bump version number for next release

This commit is contained in:
Kevin Glynn 2013-03-25 09:25:29 +01:00
parent 02d9dd0411
commit 4656b1d487

View File

@ -46,7 +46,7 @@ namespace Twiglet.CS2J.Translator
{ {
class CS2J class CS2J
{ {
private const string VERSION = "2013.0.1"; private const string VERSION = "2013.0.2";
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;