This commit is contained in:
Marcel Kronfeld 2008-06-10 09:08:55 +00:00
parent a831d85ed1
commit 763f2a45af

View File

@ -3,13 +3,16 @@ package eva2;
/**
* Main product and version information strings.
*
* 2.022: Some changes to the SimpleProblemWrapper, not of great interest. However,
* simple problems may now access a plot quite easily.
*
* @author mkron
*
*/
public class EvAInfo {
public static final String productName = "EvA 2";
public static final String productLongName = "Evolutionary Algorithms Workbench 2";
public static final String versionNum = new String ("2.021");
public static final String versionNum = new String ("2.022");
public static final String url = "http://www.ra.cs.uni-tuebingen.de/software/EvA2";
public static final String propertyFile = "resources/EvA2.props";