Updated plugin version number to 1.0.1.
This commit is contained in:
@@ -90,7 +90,7 @@ static float XPCFlightLoopCallback(float inElapsedSinceLastCall, float inElapsed
|
|||||||
|
|
||||||
PLUGIN_API int XPluginStart(char* outName, char* outSig, char* outDesc)
|
PLUGIN_API int XPluginStart(char* outName, char* outSig, char* outDesc)
|
||||||
{
|
{
|
||||||
strcpy(outName, "X-Plane Connect [Version 1.0.0]");
|
strcpy(outName, "X-Plane Connect [Version 1.0.1]");
|
||||||
strcpy(outSig, "NASA.XPlaneConnect");
|
strcpy(outSig, "NASA.XPlaneConnect");
|
||||||
strcpy(outDesc, "X Plane Communications Toolbox\nCopyright (c) 2013-2015 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.");
|
strcpy(outDesc, "X Plane Communications Toolbox\nCopyright (c) 2013-2015 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.");
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ PLUGIN_API int XPluginStart(char* outName, char* outSig, char* outDesc)
|
|||||||
1000000000.0;
|
1000000000.0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
XPC::Log::Initialize("1.0.0");
|
XPC::Log::Initialize("1.0.1");
|
||||||
XPC::Log::WriteLine("[EXEC] Plugin Start");
|
XPC::Log::WriteLine("[EXEC] Plugin Start");
|
||||||
XPC::DataManager::Initialize();
|
XPC::DataManager::Initialize();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user