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 11{
22 "FileVersion" : 3,
33 "FriendlyName" : "Houdini Engine",
4- "Version" : 20050432 ,
5- "VersionName" : "2.0 - H20.5.432 ",
4+ "Version" : 20050440 ,
5+ "VersionName" : "2.0 - H20.5.440 ",
66 "CreatedBy" : "Side Effects Software Inc.",
77 "CreatedByURL": "https://www.sidefx.com/",
88 "DocsURL": "https://www.sidefx.com/docs/unreal/",
Original file line number Diff line number Diff line change 3232
3333/*
3434
35- Houdini Version: 20.5.432
35+ Houdini Version: 20.5.440
3636 Houdini Engine Version: 7.0.7
3737 Unreal Version: 5.0.0
3838
@@ -78,7 +78,7 @@ private void LogInformation(string info)
7878
7979 private string GetHFSPath ( )
8080 {
81- string HoudiniVersion = "20.5.432 " ;
81+ string HoudiniVersion = "20.5.440 " ;
8282 bool bIsRelease = true ;
8383 string HFSPath = "" ;
8484 string RegistryPath = "HKEY_LOCAL_MACHINE\\ SOFTWARE\\ Side Effects Software" ;
Original file line number Diff line number Diff line change 2727// expecting to compile against.
2828#define HAPI_VERSION_HOUDINI_MAJOR 20
2929#define HAPI_VERSION_HOUDINI_MINOR 5
30- #define HAPI_VERSION_HOUDINI_BUILD 432
30+ #define HAPI_VERSION_HOUDINI_BUILD 440
3131#define HAPI_VERSION_HOUDINI_PATCH 0
3232
3333// The two components of the Houdini Engine (marketed) version.
You can’t perform that action at this time.
0 commit comments