diff options
Diffstat (limited to 'win/C#/Presets/preset.cs')
-rw-r--r-- | win/C#/Presets/preset.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/Presets/preset.cs b/win/C#/Presets/preset.cs index 2a54d44a9..858237968 100644 --- a/win/C#/Presets/preset.cs +++ b/win/C#/Presets/preset.cs @@ -33,5 +33,10 @@ namespace Handbrake.Presets /// Get or set the usage of Picture Settings in presets.
/// </summary>
public Boolean PictureSettings { get; set; }
+
+ /// <summary>
+ /// The version number which associates this preset with a HB build
+ /// </summary>
+ public string Version { get; set; }
}
}
\ No newline at end of file |