Version information for bzip2

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7716 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-06-01 09:13:20 +00:00
parent 11fa368294
commit 4a2accd4d2
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -14,10 +14,12 @@ BinCommand bzip2 :
decompress.c
bzlib.c
bzip2.c
: : bzip2.rdef
;
BinCommand bzip2recover :
bzip2recover.c
: : bzip2.rdef
;
{
+11
View File
@@ -0,0 +1,11 @@
resource app_version
{
major = 1,
middle = 0,
minor = 2,
variety = 5,
internal = 0,
short_info = "1.02",
long_info = "1.02 ©2002 Julian R Seward"
};