Skip to content

Commit

Permalink
Release 2.1 for UE4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Jun 5, 2017
1 parent ce31ea9 commit 948b509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified Binaries/Win64/UE4Editor-GitSourceControl.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions GitSourceControl.uplugin
@@ -1,7 +1,7 @@
{
"FileVersion" : 3,
"Version" : 20,
"VersionName" : "2.0",
"Version" : 21,
"VersionName" : "2.1",
"FriendlyName" : "Git (dev)",
"Description" : "Git source control management (dev)",
"Category" : "Source Control",
Expand Down
2 changes: 1 addition & 1 deletion Source/GitSourceControl/GitSourceControl.Build.cs
Expand Up @@ -7,7 +7,7 @@

public class GitSourceControl : ModuleRules
{
public GitSourceControl(TargetInfo Target)
public GitSourceControl(ReadOnlyTargetRules Target) : base(Target)
{
PrivateDependencyModuleNames.AddRange(
new string[] {
Expand Down

0 comments on commit 948b509

Please sign in to comment.