From 67d68c7766f56e5b70dad8f02dc3bf5f47b11226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 14 Jan 2007 14:24:45 +0000 Subject: [PATCH] Fixed wrong app version constant I introduced earlier. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19794 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/src/coreutils.rdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/coreutils/src/coreutils.rdef b/src/bin/coreutils/src/coreutils.rdef index 105951eef9..d6d908dcfe 100644 --- a/src/bin/coreutils/src/coreutils.rdef +++ b/src/bin/coreutils/src/coreutils.rdef @@ -2,7 +2,7 @@ resource app_version { major = 6, middle = 7, minor = 0, - variety = B_FINAL_VERSION, + variety = B_APPV_FINAL, internal = 0, short_info = "coreutils", long_info = "coreutils ©2006 The Free Software Foundation"