package version up to 2.0.0 08/179708/1 accepted/tizen/unified/20180522.053030 submit/tizen/20180521.034547
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 21 May 2018 07:49:58 +0000 (16:49 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 21 May 2018 08:48:19 +0000 (17:48 +0900)
- add haltest cases
- add the new backend APIs for the TDM-HWC at tdm_backend.h
- increase the major verion of the TBM backend ABI to version 2.0
  The tdm backend module needs to set the valid backend version.

Change-Id: I62538cb7d634e465e007900e7b49595ea4cd9226

configure.ac
packaging/libtdm.spec

index dd27580..3d13ec7 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ([2.60])
 
-m4_define([tdm_major_version],  [1])
-m4_define([tdm_minor_version],  [16])
+m4_define([tdm_major_version],  [2])
+m4_define([tdm_minor_version],  [0])
 m4_define([tdm_micro_version],  [0])
 m4_define([tdm_version],
           [tdm_major_version.tdm_minor_version.tdm_micro_version])
index 9be0331..5bcae43 100644 (file)
@@ -2,7 +2,7 @@
 %define HALTESTS_GCOV    0
 
 Name:           libtdm
-Version:        1.18.2
+Version:        2.0.0
 Release:        0
 Summary:        User Library of Tizen Display Manager
 Group:          Development/Libraries