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:
Jérôme Duval
2004-06-01 09:36:31 +00:00
parent 5a42e3e556
commit 6ac9d145e1
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ BinCommand tar :
tar.c
update.c
utf8.c
: libtar.a ;
: libtar.a : tar.rdef ;
BinCommand rmt :
rmt.c
: libtar.a
: libtar.a : tar.rdef
;
+11
View File
@@ -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"
};