Skip to content

Commit 12e920e

Browse files
authored
- Version number increased v20230701
1 parent e457567 commit 12e920e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JAG3D/src/org/applied_geodesy/version/jag3d/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class Version {
2929
private final static Map<VersionType, Integer> versions = Map.of(
3030
VersionType.ADJUSTMENT_CORE, 20230228,
3131
VersionType.DATABASE, 20230131,
32-
VersionType.USER_INTERFACE, 20230506
32+
VersionType.USER_INTERFACE, 20230701
3333
);
3434

3535
private Version() {}

JAG3D/src/org/applied_geodesy/version/juniform/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class Version {
2929
private final static Map<VersionType, Integer> versions = Map.of(
3030
VersionType.ADJUSTMENT_CORE, 20220428,
31-
VersionType.USER_INTERFACE, 20230506
31+
VersionType.USER_INTERFACE, 20230701
3232
);
3333

3434
private Version() {}

0 commit comments

Comments
 (0)