summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2015-03-13 18:59:29 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2015-03-13 18:59:29 +0900
commitae2a65b4bf22a4e8ab5f06e32f55dc43ad2f761b (patch)
tree85a72864398412dc197cd1ad61a1d3d6d063c768
parent17791aab5269f6392b85694b116c7f7638fd5d62 (diff)
downloadlibdevice-node-ae2a65b4bf22a4e8ab5f06e32f55dc43ad2f761b.tar.gz
libdevice-node-ae2a65b4bf22a4e8ab5f06e32f55dc43ad2f761b.tar.bz2
libdevice-node-ae2a65b4bf22a4e8ab5f06e32f55dc43ad2f761b.zip
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 <jy910.yun@samsung.com>
-rw-r--r--hw/display.h2
1 files changed, 1 insertions, 1 deletions
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 */