Skip to content

Commit

Permalink
Crash fix.
Browse files Browse the repository at this point in the history
Update cancel crash fix.
Added welcome info notice message.
  • Loading branch information
n0tic committed Nov 4, 2020
1 parent cb38346 commit 4697865
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 213 deletions.
2 changes: 1 addition & 1 deletion FFmpeg Utilizer/Core/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class Core
public static BuildTypes buildType = BuildTypes.Alpha;
public static int majorVersion = 0;
public static int minorVersion = 1;
public static int buildVersion = 1;
public static int buildVersion = 2;

public enum BuildTypes
{
Expand Down
Loading

0 comments on commit 4697865

Please sign in to comment.