File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"FileVersion" : 3,
3
3
"FriendlyName" : "Houdini Engine",
4
- "Version" : 20000750 ,
5
- "VersionName" : "2.0 - H20.0.750 ",
4
+ "Version" : 20000751 ,
5
+ "VersionName" : "2.0 - H20.0.751 ",
6
6
"CreatedBy" : "Side Effects Software Inc.",
7
7
"CreatedByURL": "https://www.sidefx.com/",
8
8
"DocsURL": "https://www.sidefx.com/docs/unreal/",
Original file line number Diff line number Diff line change 32
32
33
33
/*
34
34
35
- Houdini Version: 20.0.750
35
+ Houdini Version: 20.0.751
36
36
Houdini Engine Version: 6.2.0
37
37
Unreal Version: 5.0.0
38
38
@@ -78,7 +78,7 @@ private void LogInformation(string info)
78
78
79
79
private string GetHFSPath ( )
80
80
{
81
- string HoudiniVersion = "20.0.750 " ;
81
+ string HoudiniVersion = "20.0.751 " ;
82
82
bool bIsRelease = true ;
83
83
string HFSPath = "" ;
84
84
string RegistryPath = "HKEY_LOCAL_MACHINE\\ SOFTWARE\\ Side Effects Software" ;
Original file line number Diff line number Diff line change 27
27
// expecting to compile against.
28
28
#define HAPI_VERSION_HOUDINI_MAJOR 20
29
29
#define HAPI_VERSION_HOUDINI_MINOR 0
30
- #define HAPI_VERSION_HOUDINI_BUILD 750
30
+ #define HAPI_VERSION_HOUDINI_BUILD 751
31
31
#define HAPI_VERSION_HOUDINI_PATCH 0
32
32
33
33
// The two components of the Houdini Engine (marketed) version.
You can’t perform that action at this time.
0 commit comments