Added make version info

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8137 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-06-23 15:31:33 +00:00
parent da4a7ba49b
commit e125679ba6
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ BinCommand make :
variable.c
version.c
vpath.c
: libglob.a ;
: libglob.a : make.rdef ;
SubInclude OBOS_TOP src apps bin make glob ;
+11
View File
@@ -0,0 +1,11 @@
resource app_version
{
major = 3,
middle = 80,
minor = 0,
variety = 5,
internal = 0,
short_info = "3.80",
long_info = "3.80 ©2002 The Free Software Foundation"
};