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:
@@ -14,10 +14,12 @@ BinCommand bzip2 :
|
|||||||
decompress.c
|
decompress.c
|
||||||
bzlib.c
|
bzlib.c
|
||||||
bzip2.c
|
bzip2.c
|
||||||
|
: : bzip2.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
BinCommand bzip2recover :
|
BinCommand bzip2recover :
|
||||||
bzip2recover.c
|
bzip2recover.c
|
||||||
|
: : bzip2.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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"
|
||||||
|
};
|
||||||
|
|
||||||
Reference in New Issue
Block a user