mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Updated VERSION and COPYRIGHT. VERSION is temporary (1.2.0pre)
while COPYRIGHT now extends into 2003.
This commit is contained in:
parent
919535f2f3
commit
02b7bea850
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user