File tree 3 files changed +5
-5
lines changed
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" : 20050530 ,
5
- "VersionName" : "2.0 - H20.5.530 ",
4
+ "Version" : 20050535 ,
5
+ "VersionName" : "2.0 - H20.5.535 ",
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.5.530
35
+ Houdini Version: 20.5.535
36
36
Houdini Engine Version: 7.0.9
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.5.530 " ;
81
+ string HoudiniVersion = "20.5.535 " ;
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 5
30
- #define HAPI_VERSION_HOUDINI_BUILD 530
30
+ #define HAPI_VERSION_HOUDINI_BUILD 535
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