From 62e55b5839100755ecc09d3ff3b951bc8c3465b2 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Mon, 20 Sep 2010 13:02:11 -0500 Subject: [PATCH] update version number --- CSharpTranslator/antlr2/Translator/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharpTranslator/antlr2/Translator/Main.cs b/CSharpTranslator/antlr2/Translator/Main.cs index 044e855..160e083 100644 --- a/CSharpTranslator/antlr2/Translator/Main.cs +++ b/CSharpTranslator/antlr2/Translator/Main.cs @@ -70,7 +70,7 @@ namespace RusticiSoftware.Translator class AppMain { - private const string VERSION = "2008.1.0.6617"; + private const string VERSION = "2010.1.0.13824"; public delegate void FileProcessor(string fName, Stream s);