From: Kim Gunsoo Date: Tue, 8 Mar 2016 08:48:52 +0000 (+0900) Subject: Fixed the incorrect version information for profile_command. X-Git-Tag: submit/tizen/20160308.094338~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61de9b7f320a41726123e0916cffb440d7b494ef;p=sdk%2Ftarget%2Fsdbd.git Fixed the incorrect version information for profile_command. - Modified to 3.0 from the 4.0. Change-Id: I06cfade7942f8a14fee763adc523afaa9f24c769 Signed-off-by: Kim Gunsoo --- diff --git a/script/profile_command b/script/profile_command index cdaef64..27efe39 100755 --- a/script/profile_command +++ b/script/profile_command @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="4.0" +VERSION="3.0" KILL=/usr/bin/killall MANAGER=/usr/bin/da_manager FIND=/usr/bin/find