Version information for tar
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7723 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,9 +26,9 @@ BinCommand tar :
|
|||||||
tar.c
|
tar.c
|
||||||
update.c
|
update.c
|
||||||
utf8.c
|
utf8.c
|
||||||
: libtar.a ;
|
: libtar.a : tar.rdef ;
|
||||||
|
|
||||||
BinCommand rmt :
|
BinCommand rmt :
|
||||||
rmt.c
|
rmt.c
|
||||||
: libtar.a
|
: libtar.a : tar.rdef
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
resource app_version
|
||||||
|
{
|
||||||
|
major = 1,
|
||||||
|
middle = 13,
|
||||||
|
minor = 94,
|
||||||
|
variety = 1,
|
||||||
|
internal = 0,
|
||||||
|
short_info = "1.13.94",
|
||||||
|
long_info = "1.13.94 ©2004 The Free Software Foundation"
|
||||||
|
};
|
||||||
|
|
||||||
Reference in New Issue
Block a user