Updated VERSION and COPYRIGHT. VERSION is temporary (1.2.0pre)

while COPYRIGHT now extends into 2003.
This commit is contained in:
Robert Greene 2003-02-05 03:55:59 +00:00
parent 919535f2f3
commit 02b7bea850
1 changed files with 2 additions and 3 deletions

View File

@ -19,8 +19,6 @@
*/
package com.webcodepro.applecommander.ui;
import java.util.Arrays;
import com.webcodepro.applecommander.ui.swt.SwtAppleCommander;
/**
@ -33,7 +31,8 @@ import com.webcodepro.applecommander.ui.swt.SwtAppleCommander;
* @author: Rob Greene
*/
public class AppleCommander {
public static final String VERSION = "1.1.1";
public static final String VERSION = "1.2.0pre";
public static final String COPYRIGHT = "Copyright (c) 2002-2003";
/**
* Launch AppleCommander.
*/