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

update version number

This commit is contained in:
Kevin Glynn 2010-09-20 13:02:11 -05:00
parent f9c3c1f17d
commit 62e55b5839

View File

@ -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);