xref: /haiku/src/system/runtime_loader/runtime_loader.rdef (revision 21258e2674226d6aa732321b6f8494841895af5f)
1resource app_signature "application/x-vnd.Haiku-RuntimeLoader";
2
3resource app_version {
4	major  = 1,
5	middle = 0,
6	minor  = 0,
7
8	variety = B_APPV_DEVELOPMENT,
9	internal = 0,
10
11	short_info = "Runtime Loader",
12	long_info = "Runtime Loader ©2002-2007 Haiku Inc."
13};
14