Skip to content

Commit

Permalink
v20240911 (#526)
Browse files Browse the repository at this point in the history
- version number increased v20240911
  • Loading branch information
loesler authored Sep 11, 2024
1 parent 29419ce commit 1e4e1c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class Version {
private final static Map<VersionType, Integer> versions = Map.of(
VersionType.ADJUSTMENT_CORE, 20230726,
VersionType.USER_INTERFACE, 20240630
VersionType.USER_INTERFACE, 20240911
);

private Version() {}
Expand Down
2 changes: 1 addition & 1 deletion JAG3D/src/org/applied_geodesy/version/jag3d/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Version {
private final static Map<VersionType, Integer> versions = Map.of(
VersionType.ADJUSTMENT_CORE, 20231208,
VersionType.DATABASE, 20240417,
VersionType.USER_INTERFACE, 20240630
VersionType.USER_INTERFACE, 20240911
);

private Version() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class Version {
private final static Map<VersionType, Integer> versions = Map.of(
VersionType.ADJUSTMENT_CORE, 20231020,
VersionType.USER_INTERFACE, 20240630
VersionType.USER_INTERFACE, 20240911
);

private Version() {}
Expand Down

0 comments on commit 1e4e1c2

Please sign in to comment.