Skip to content

Commit

Permalink
Version 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cseppan committed Jun 26, 2022
1 parent 84f34b7 commit 0362121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified EMF/lib/epa-commons.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions EMF/res/properties/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
schema.case.changed=false
schema.case.version=5
schema.emf.changed=false
schema.emf.version=28
schema.emf.version=29
schema.cost.changed=false
schema.cost.version=42
schema.public.changed=false
Expand All @@ -45,4 +45,4 @@ schema.module.version=1

#codebase versions
codebase.java.changed=false
codebase.java.version=59
codebase.java.version=60
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class LoginWindow extends EmfFrame implements LoginView {

private ServiceLocator serviceLocator;

public final static String EMF_VERSION = "v4.0 - 02/28/2022";
public final static String EMF_VERSION = "v4.1 - 06/27/2022";

public LoginWindow(ServiceLocator serviceLocator) {
super("Login", "Login to EMF [" + EMF_VERSION + "]");
Expand Down

0 comments on commit 0362121

Please sign in to comment.