[r927]: / branches / develop / mqttsparkplug / mqttsparkplug / Project Information_1 / GetVersionProperty / svnobj  Maximize  Restore  History

Download this file

12 lines (11 with data), 2.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
IF stKey = "Version" THEN
	GetVersionProperty.uiMajor := 1;
	GetVersionProperty.uiMinor := 4;
	GetVersionProperty.uiServicePack := 2;
	GetVersionProperty.uiPatch := 24;
ELSE
	GetVersionProperty.uiMajor := 0;
	GetVersionProperty.uiMinor := 0;
	GetVersionProperty.uiServicePack := 0;
	GetVersionProperty.uiPatch := 0;
END_IF