blob: 8dc3f98a028f011e2545c6a363f2136475212c18 [file] [log] [blame]
%% decompose the appup
[{AppVersion,
[{UpgradeFrom, UpgradeInstructions}],
[{DowngradeTo, DowngradeInstructions}]}] = CONFIG,
%% and replace the version strings
[{"2.1.2",
[{"2.1.1", UpgradeInstructions}],
[{"2.1.1", DowngradeInstructions}]}].