Skip to content

Commit 5035f2d

Browse files
committed
Bumping to Houdini Version: 20.5.325
Houdini Engine Version: 7.0 (API: 2)
1 parent 60197fd commit 5035f2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Plugins/HoudiniEngineUnity/Scripts/HEU_HoudiniVersion.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ public class HEU_HoudiniVersion
4141
{
4242
public const int HOUDINI_MAJOR = 20;
4343
public const int HOUDINI_MINOR = 5;
44-
public const int HOUDINI_BUILD = 299;
44+
public const int HOUDINI_BUILD = 325;
4545
public const int HOUDINI_PATCH = 0;
4646

47-
public const string HOUDINI_VERSION_STRING = "20.5.299";
47+
public const string HOUDINI_VERSION_STRING = "20.5.325";
4848

4949
public const int HOUDINI_ENGINE_MAJOR = 7;
5050
public const int HOUDINI_ENGINE_MINOR = 0;
5151

52-
public const int HOUDINI_ENGINE_API = 0;
52+
public const int HOUDINI_ENGINE_API = 2;
5353

5454
public const int UNITY_PLUGIN_VERSION = 2;
5555

0 commit comments

Comments
 (0)