Skip to content

Commit

Permalink
Version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cseppan committed Mar 7, 2023
1 parent cff634f commit 5d9e1ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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=29
schema.emf.version=30
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=60
codebase.java.version=61
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.1 - 06/27/2022";
public final static String EMF_VERSION = "v4.2 - 03/06/2023";

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

0 comments on commit 5d9e1ff

Please sign in to comment.