diff options
author | sr55 <[email protected]> | 2018-12-26 16:33:52 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2018-12-26 16:33:52 +0000 |
commit | 87aca54434905b1b8f5ab50e5a7c263cc1de15b6 (patch) | |
tree | 4e449223156668e40af57806e5b4939325337795 /win/CS/HandBrake.Worker | |
parent | 9508b5483739301dad112fd074b44362e0b34d2b (diff) |
WinGui: Bump Version to 1.3.0
Diffstat (limited to 'win/CS/HandBrake.Worker')
-rw-r--r-- | win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs b/win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs index d834e2098..68c4d0541 100644 --- a/win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs +++ b/win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] |