1%% -*- erlang -*-
2{application, b,
3 [{description, "Reltool test app for using selected version of app"},
4  {vsn, "3.0"},
5  {modules, [b]},
6  {applications, [kernel, stdlib]}]}.
7