[r2]: / ecu_at135_v2r1_baloo / Project Information_1 / GetVersionProperty / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 2.6 kB

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