Skip to content

Commit

Permalink
Version 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cseppan committed Sep 8, 2015
1 parent 21f7506 commit 6cf565c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions EMF/res/properties/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ schema.case.version=4
schema.emf.changed=false
schema.emf.version=25
schema.cost.changed=false
schema.cost.version=27
schema.cost.version=28
schema.public.changed=false
schema.public.version=4
schema.reference.changed=false
Expand All @@ -43,4 +43,4 @@ schema.tempalloc.version=3

#codebase versions
codebase.java.changed=false
codebase.java.version=41
codebase.java.version=42
8 changes: 4 additions & 4 deletions EMF/res/properties/version_generated.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#WARNING: This is an automatically generated file. Any manual changes to it will be lost during build.

#build.version.timestamp in readable form: Mon Jul 20 23:16:46 EDT 2015
build.version.timestamp=1437448606453
#build.version.timestamp in readable form: Mon Sep 07 20:57:27 EDT 2015
build.version.timestamp=1441673847555
schema.emf.changed=false
codebase.java.changed=false
schema.case.changed=false
schema.fast.version=2
schema.tempalloc.version=3
schema.cost.version=27
schema.cost.version=28
schema.fast.changed=false
schema.cost.changed=false
schema.public.version=4
Expand All @@ -19,4 +19,4 @@ schema.reference.changed=false
schema.sms.changed=false
schema.emf.version=25
schema.case.version=4
codebase.java.version=41
codebase.java.version=42
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class LoginWindow extends EmfFrame implements LoginView {

private ServiceLocator serviceLocator;

public final static String EMF_VERSION = "v2.9 - 07/20/2015";
public final static String EMF_VERSION = "v2.9.1 - 09/09/2015";

public LoginWindow(ServiceLocator serviceLocator) {
super("Login", "Login to the Emissions Modeling Framework [" + EMF_VERSION + "]");
Expand Down

0 comments on commit 6cf565c

Please sign in to comment.