From ae2a65b4bf22a4e8ab5f06e32f55dc43ad2f761b Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 13 Mar 2015 18:59:29 +0900 Subject: [PATCH] display: Change the display hal version Now it's a draft version, so I modified the version to 0.1. The final version will be v1.0 when Tizen 3.0 is released. Change-Id: Ic7590c763f123ce9d80e6d1b8436a9e957ab79bb Signed-off-by: Jiyoung Yun --- hw/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/display.h b/hw/display.h index 063396c..a2938cc 100644 --- a/hw/display.h +++ b/hw/display.h @@ -30,7 +30,7 @@ /** * The version of this device */ -#define DISPLAY_HARDWARE_DEVICE_VERSION MAKE_VERSION(1,0) +#define DISPLAY_HARDWARE_DEVICE_VERSION MAKE_VERSION(0,1) enum display_state { DISPLAY_ON, /* In use */ -- 2.34.1