Skip to content

Commit

Permalink
Bumping to Houdini Version: 19.5.449
Browse files Browse the repository at this point in the history
Houdini Engine Version: 5.0 (API: 2)
  • Loading branch information
dpernuit committed Nov 28, 2022
1 parent 1076726 commit 274f0bd
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" : 19050448,
"VersionName" : "2.0 - H19.5.448",
"Version" : 19050449,
"VersionName" : "2.0 - H19.5.449",
"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.448
Houdini Version: 19.5.449
Houdini Engine Version: 5.0.2
Unreal Version: 5.0.0
Expand All @@ -47,7 +47,7 @@ public class HoudiniEngine : ModuleRules
{
private string GetHFSPath()
{
string HoudiniVersion = "19.5.448";
string HoudiniVersion = "19.5.449";
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 19
#define HAPI_VERSION_HOUDINI_MINOR 5
#define HAPI_VERSION_HOUDINI_BUILD 448
#define HAPI_VERSION_HOUDINI_BUILD 449
#define HAPI_VERSION_HOUDINI_PATCH 0

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

0 comments on commit 274f0bd

Please sign in to comment.