Updated copyright and version number.

This commit is contained in:
Robert Greene 2004-06-06 02:14:23 +00:00
parent c663edc84a
commit 8b58cc3f24

View File

@ -39,8 +39,8 @@ import java.lang.reflect.Method;
* @author: Rob Greene
*/
public class AppleCommander {
public static final String VERSION = "1.3.2pre";
public static final String COPYRIGHT = "Copyright (c) 2002-2003";
public static final String VERSION = "1.3.2";
public static final String COPYRIGHT = "Copyright (c) 2002-2004";
/**
* Launch AppleCommander.
*/