Skip to content

Commit df94dd7

Browse files
committed
updated supported 3DCityDB versions
1 parent a6ba6bf commit df94dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impexp-core/src/main/java/org/citydb/core/database/version/DefaultDatabaseVersionChecker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
public class DefaultDatabaseVersionChecker implements DatabaseVersionChecker {
4444
private final DatabaseVersionSupport[] supportedVersions = new DatabaseVersionSupport[]{
45-
DatabaseVersionSupport.targetVersion(4, 4, 0).withBackwardsCompatibility(4, 0, 0).withRevisionForwardCompatibility(true),
45+
DatabaseVersionSupport.targetVersion(4, 4, 2).withBackwardsCompatibility(4, 0, 0).withRevisionForwardCompatibility(true),
4646
DatabaseVersionSupport.targetVersion(3, 3, 1).withBackwardsCompatibility(3, 0, 0).withRevisionForwardCompatibility(true)
4747
};
4848

0 commit comments

Comments
 (0)