diff options
author | sr55 <[email protected]> | 2019-12-18 16:11:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-12-18 16:11:44 +0000 |
commit | b936532f359d1925294cb657046258f5cbc9fac4 (patch) | |
tree | 77383f361372f91a38ecc690c70c3d993b796e05 /win/CS/HandBrake.Worker/Properties | |
parent | b4f55ca8e55b9e2972a0eaa231bd87e466197639 (diff) |
WinGui: Bump version to 1.4 on master
Diffstat (limited to 'win/CS/HandBrake.Worker/Properties')
-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 53ab30bf7..af2c69534 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.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] |