Skip to content

Commit

Permalink
Bumping to Houdini Version: 20.0.644
Browse files Browse the repository at this point in the history
Houdini Engine Version: 6.2 (API: 0)
  • Loading branch information
dpernuit committed Mar 11, 2024
1 parent 1c0d5b6 commit 116273d
Show file tree
Hide file tree
Showing 3 changed files with 5 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" : 20000641,
"VersionName" : "2.0 - H20.0.641",
"Version" : 20000644,
"VersionName" : "2.0 - H20.0.644",
"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: 20.0.641
Houdini Version: 20.0.644
Houdini Engine Version: 6.2.0
Unreal Version: 5.0.0
Expand Down Expand Up @@ -78,7 +78,7 @@ private void LogInformation(string info)

private string GetHFSPath()
{
string HoudiniVersion = "20.0.641";
string HoudiniVersion = "20.0.644";
bool bIsRelease = true;
string HFSPath = "";
string RegistryPath = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Side Effects Software";
Expand Down
2 changes: 1 addition & 1 deletion Source/HoudiniEngine/Public/HAPI/HAPI_Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// expecting to compile against.
#define HAPI_VERSION_HOUDINI_MAJOR 20
#define HAPI_VERSION_HOUDINI_MINOR 0
#define HAPI_VERSION_HOUDINI_BUILD 641
#define HAPI_VERSION_HOUDINI_BUILD 644
#define HAPI_VERSION_HOUDINI_PATCH 0

// The two components of the Houdini Engine (marketed) version.
Expand Down

0 comments on commit 116273d

Please sign in to comment.