From: Karol Lewandowski Date: Tue, 31 May 2022 15:11:02 +0000 (+0200) Subject: update-manager: Use build.release string X-Git-Tag: submit/tizen/20220630.103030~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ad6d30701c42d5bfc28ede4bd454ebfa502e96d;p=platform%2Fcore%2Fsystem%2Fupdate-control.git update-manager: Use build.release string Change-Id: I035e026ee17fd970b024f411d7a503faee21cf3b --- diff --git a/update-manager/fota/fota-info-checker.c b/update-manager/fota/fota-info-checker.c index 33c08f2..83f2459 100644 --- a/update-manager/fota/fota-info-checker.c +++ b/update-manager/fota/fota-info-checker.c @@ -1,7 +1,7 @@ #include "../common/common.h" #include "fota-manager.h" -#define SYSTEM_INFO_BUILD_STRING "tizen.org/system/build.string" +#define SYSTEM_INFO_BUILD_STRING "tizen.org/system/build.release" static char *build_string = NULL;