From 2e6b8791188d7cfad23d4c4e8cf3d53af2f089b6 Mon Sep 17 00:00:00 2001 From: Rohit Consul Date: Wed, 27 May 2015 16:12:40 -0700 Subject: [PATCH] video common: Changed version in mdd Updated mdd with new version number Signed-off-by: Rohit Consul --- .../drivers/video_common/data/video_common.mdd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/video_common/data/video_common.mdd b/XilinxProcessorIPLib/drivers/video_common/data/video_common.mdd index 58ee3cb7..c17dc7b9 100644 --- a/XilinxProcessorIPLib/drivers/video_common/data/video_common.mdd +++ b/XilinxProcessorIPLib/drivers/video_common/data/video_common.mdd @@ -33,9 +33,9 @@ OPTION psf_version = 2.1; BEGIN driver video_common - OPTION supported_peripherals = (); + OPTION supported_peripherals = (); OPTION driver_state = ACTIVE; OPTION copyfiles = all; - OPTION VERSION = 1.0; - OPTION NAME = video_common; + OPTION VERSION = 1.1; + OPTION NAME = video_common; END driver