Skip to content

Commit 536285e

Browse files
committed
Bumping to Houdini Version: 21.0.497
Houdini Engine Version: 8.0 (API: 2)
1 parent 03b224b commit 536285e

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" : 21000493,
5-
"VersionName" : "3.0 - H21.0.493",
4+
"Version" : 21000497,
5+
"VersionName" : "3.0 - H21.0.497",
66
"CreatedBy" : "Side Effects Software Inc.",
77
"CreatedByURL": "https://www.sidefx.com/",
88
"DocsURL": "https://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: 21.0.493
35+
Houdini Version: 21.0.497
3636
Houdini Engine Version: 8.0.2
3737
Unreal Version: 5.0.0
3838
@@ -80,7 +80,7 @@ private void LogInformation(string info)
8080

8181
private string GetHFSPath()
8282
{
83-
string HoudiniVersion = "21.0.493";
83+
string HoudiniVersion = "21.0.497";
8484
bool bIsRelease = true;
8585
string HFSPath = "";
8686
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 21
2929
#define HAPI_VERSION_HOUDINI_MINOR 0
30-
#define HAPI_VERSION_HOUDINI_BUILD 493
30+
#define HAPI_VERSION_HOUDINI_BUILD 497
3131
#define HAPI_VERSION_HOUDINI_PATCH 0
3232

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

0 commit comments

Comments
 (0)