I apparently misunderstood Matthijs. This re-adds the app version.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10340 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2004-12-01 17:15:57 +00:00
parent 2d4896f90e
commit 3f6a966e41

View File

@ -5,4 +5,15 @@ resource file_types message
"types" = "application/octet-stream"
};
resource app_version
{
major = 1,
middle = 0,
minor = 0,
variety = B_APPV_FINAL,
internal = 1,
short_info = "StatCacheServer",
long_info = "StatCacheServer 1.0.0 for Jam ©2004 Haiku"
};
resource app_flags B_BACKGROUND_APP;