summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Constants.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-01-18 20:14:44 +0000
committersr55 <[email protected]>2019-01-18 20:14:59 +0000
commitad67818fe9ffe673a2a3e2ceb3404aa18a358f79 (patch)
tree7035845779400a999b9b8fdde5c9ca611a4cd385 /win/CS/HandBrakeWPF/Constants.cs
parent96285fe66cbd4e03fcb88ac89245da8342c9292c (diff)
WinGui: Fix preset updates. Built in presets should now automatically update. It will try and preserve old prests but this may not always be possible.
Diffstat (limited to 'win/CS/HandBrakeWPF/Constants.cs')
-rw-r--r--win/CS/HandBrakeWPF/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Constants.cs b/win/CS/HandBrakeWPF/Constants.cs
index 64eae95bd..5bb064fb7 100644
--- a/win/CS/HandBrakeWPF/Constants.cs
+++ b/win/CS/HandBrakeWPF/Constants.cs
@@ -38,7 +38,7 @@ namespace HandBrakeWPF
public const string SourceFolderName = "{source_folder_name}";
/* Preset Versions */
- public const string PresetVersionMajor = "11";
+ public const string PresetVersionMajor = "34";
public const string PresetVersionMinor = "0";
public const string PresetVersionMicro = "0";