Skip to content
Snippets Groups Projects
Commit 82582869 authored by tcarver's avatar tcarver
Browse files

remove public variable version

parent 9734d06a
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,6 @@ public class ArtemisMain extends Splash
/** */
private static final long serialVersionUID = 1L;
/** Version String use for banner messages and title bars. */
public static final String version = "Release 9";
/** A vector containing all EntryEdit object we have created. */
private Vector<EntryEdit> entry_edit_objects = new Vector<EntryEdit>();
......@@ -78,7 +75,7 @@ public class ArtemisMain extends Splash
**/
public ArtemisMain(final String args[])
{
super("Artemis", "Artemis", version);
super("Artemis", "Artemis", "15");
makeMenuItem(file_menu, "Open Project Manager ...", new ActionListener(){
public void actionPerformed(ActionEvent e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment