Skip to content

Commit bbc5387

Browse files
committed
Bumping to Houdini Version: 19.5.639
Houdini Engine Version: 5.0 (API: 6)
1 parent 1cfe7b2 commit bbc5387

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HoudiniEngine.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"FileVersion" : 3,
33
"FriendlyName" : "Houdini Engine",
4-
"Version" : 19050638,
5-
"VersionName" : "2.0 - H19.5.638",
4+
"Version" : 19050639,
5+
"VersionName" : "2.0 - H19.5.639",
66
"CreatedBy" : "Side Effects Software Inc.",
77
"CreatedByURL" : "http://www.sidefx.com",
88
"DocsURL" : "http://www.sidefx.com/docs/unreal/",

Source/HoudiniEngine/HoudiniEngine.Build.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/*
3434
35-
Houdini Version: 19.5.638
35+
Houdini Version: 19.5.639
3636
Houdini Engine Version: 5.0.6
3737
Unreal Version: 5.0.0
3838
@@ -47,7 +47,7 @@ public class HoudiniEngine : ModuleRules
4747
{
4848
private string GetHFSPath()
4949
{
50-
string HoudiniVersion = "19.5.638";
50+
string HoudiniVersion = "19.5.639";
5151
bool bIsRelease = true;
5252
string HFSPath = "";
5353
string RegistryPath = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Side Effects Software";

Source/HoudiniEngine/Public/HAPI/HAPI_Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// expecting to compile against.
2828
#define HAPI_VERSION_HOUDINI_MAJOR 19
2929
#define HAPI_VERSION_HOUDINI_MINOR 5
30-
#define HAPI_VERSION_HOUDINI_BUILD 638
30+
#define HAPI_VERSION_HOUDINI_BUILD 639
3131
#define HAPI_VERSION_HOUDINI_PATCH 0
3232

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

0 commit comments

Comments
 (0)