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" : 19050638 ,
5- "VersionName" : "2.0 - H19.5.638 ",
4+ "Version" : 19050639 ,
5+ "VersionName" : "2.0 - H19.5.639 ",
66 "CreatedBy" : "Side Effects Software Inc.",
77 "CreatedByURL" : "http://www.sidefx.com",
88 "DocsURL" : "http://www.sidefx.com/docs/unreal/",
Original file line number Diff line number Diff line change 3232
3333/*
3434
35- Houdini Version: 19.5.638
35+ Houdini Version: 19.5.639
3636 Houdini Engine Version: 5.0.6
3737 Unreal Version: 5.0.0
3838
@@ -47,7 +47,7 @@ public class HoudiniEngine : ModuleRules
4747{
4848 private string GetHFSPath ( )
4949 {
50- string HoudiniVersion = "19.5.638 " ;
50+ string HoudiniVersion = "19.5.639 " ;
5151 bool bIsRelease = true ;
5252 string HFSPath = "" ;
5353 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 19
2929#define HAPI_VERSION_HOUDINI_MINOR 5
30- #define HAPI_VERSION_HOUDINI_BUILD 638
30+ #define HAPI_VERSION_HOUDINI_BUILD 639
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