diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/Model/PresetVersion.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Model/PresetVersion.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/Model/PresetVersion.cs b/win/CS/HandBrake.Interop/Interop/Model/PresetVersion.cs index dbe5578f8..4fe0225b3 100644 --- a/win/CS/HandBrake.Interop/Interop/Model/PresetVersion.cs +++ b/win/CS/HandBrake.Interop/Interop/Model/PresetVersion.cs @@ -1,5 +1,5 @@ // -------------------------------------------------------------------------------------------------------------------- -// <copyright file="PresetVersion.cs" company="HandBrake Project (http://handbrake.fr)"> +// <copyright file="PresetVersion.cs" company="HandBrake Project (https://handbrake.fr)"> // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // </copyright> // <summary> @@ -19,7 +19,9 @@ namespace HandBrake.Interop.Interop.Model } public int Major { get; } + public int Minor { get; } + public int Micro { get; } } } |