Skip to content

Commit

Permalink
Bumping to Houdini Version: 19.5.539
Browse files Browse the repository at this point in the history
Houdini Engine Version: 5.0 (API: 6)
  • Loading branch information
andys-sidefx committed Feb 27, 2023
1 parent 2bca9a4 commit cf9bb4f
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HoudiniEngine.uplugin
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"FileVersion" : 3,
"FriendlyName" : "Houdini Engine",
"Version" : 19050529,
"VersionName" : "2.0 - H19.5.529",
"Version" : 19050539,
"VersionName" : "2.0 - H19.5.539",
"CreatedBy" : "Side Effects Software Inc.",
"CreatedByURL" : "http://www.sidefx.com",
"DocsURL" : "http://www.sidefx.com/docs/unreal/",
Expand Down
4 changes: 2 additions & 2 deletions Source/HoudiniEngine/HoudiniEngine.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/*
Houdini Version: 19.5.529
Houdini Version: 19.5.539
Houdini Engine Version: 5.0.6
Unreal Version: 5.0.0
Expand All @@ -47,7 +47,7 @@ public class HoudiniEngine : ModuleRules
{
private string GetHFSPath()
{
string HoudiniVersion = "19.5.529";
string HoudiniVersion = "19.5.539";
bool bIsRelease = true;
string HFSPath = "";
string RegistryPath = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Side Effects Software";
Expand Down
Loading

0 comments on commit cf9bb4f

Please sign in to comment.