Update data stores for v1.9.5

This commit is contained in:
Christoph Atteneder 2022-08-22 11:34:59 +02:00
parent cc11c28ffe
commit 7cddb74168
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
14 changed files with 37 additions and 7 deletions

View File

@ -38,7 +38,7 @@ public class Version {
* historical data stores.
*/
public static final List<String> HISTORICAL_RESOURCE_FILE_VERSION_TAGS = Arrays.asList("1.4.0", "1.5.0", "1.5.2",
"1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0", "1.8.1", "1.8.3", "1.9.0", "1.9.3");
"1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0", "1.8.1", "1.8.3", "1.9.0", "1.9.3", "1.9.5");
public static int getMajorVersion(String version) {
return getSubVersion(version, 0);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.