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:
parent
2d4896f90e
commit
3f6a966e41
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user