Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/PHZFile.cs')
-rw-r--r--UVtools.Core/FileFormats/PHZFile.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/UVtools.Core/FileFormats/PHZFile.cs b/UVtools.Core/FileFormats/PHZFile.cs
index 6b1a692..ea78b7f 100644
--- a/UVtools.Core/FileFormats/PHZFile.cs
+++ b/UVtools.Core/FileFormats/PHZFile.cs
@@ -679,7 +679,9 @@ namespace UVtools.Core.FileFormats
new(200, 125)
};
- public override uint[] AvailableVersions { get; } = { 1, 2 };
+ public override uint[] AvailableVersions { get; } = { 2 };
+
+ public override uint DefaultVersion => 2;
public override uint Version
{