Skip to content

Commit

Permalink
Merge pull request #47 from pmpowers-usgs/edition-update
Browse files Browse the repository at this point in the history
updated edition version strings
  • Loading branch information
pmpowers-usgs committed Apr 14, 2017
2 parents b910962 + b8c7c91 commit 77addc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gov/usgs/earthquake/nshm/www/meta/Edition.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
public enum Edition implements Constrained {

E2008(
"Dynamic: Conterminous U.S. 2008 (v3.3.0)",
"Dynamic: Conterminous U.S. 2008 (v3.3.1)",
2008,
100,
EnumSet.allOf(Region.class)),

E2014(
"Dynamic: Conterminous U.S. 2014 (v4.1.0)",
"Dynamic: Conterminous U.S. 2014 (v4.1.1)",
2014,
0,
EnumSet.allOf(Region.class));
Expand Down

0 comments on commit 77addc9

Please sign in to comment.