change the version of the tbm 44/25944/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 12 Aug 2014 09:25:17 +0000 (18:25 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 13 Aug 2014 05:40:21 +0000 (14:40 +0900)
Change-Id: Id6a16b46e6f6c5f2af9ba701d4a168605e46a792

src/tbm_bufmgr_backend.h

index c9bd0a7..fe4d3a7 100755 (executable)
@@ -62,7 +62,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define SET_ABI_VERSION(maj, min) \
         ((((maj) << 16) & ABI_MAJOR_MASK) | ((min) & ABI_MINOR_MASK))
 
-#define TBM_ABI_VERSION        SET_ABI_VERSION(1, 0) /**< current abi vertion  */
+#define TBM_ABI_VERSION        SET_ABI_VERSION(1, 1) /**< current abi vertion  */
 
 /* TBM_CACHE */
 #define TBM_CACHE_INV       0x01 /**< cache invalidate  */