From e949be1124c805a32215480239ca3949ecec4cf2 Mon Sep 17 00:00:00 2001 From: dyamy-lee Date: Mon, 25 Jul 2022 09:02:46 +0900 Subject: [PATCH] Update version(0.1.1) Change-Id: I32d8bee7732cbc35c4ebac5379f6df43d4b55a81 --- meson.build | 2 +- packaging/mmi.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4d9bb63..2c10e60 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mmi', ['c', 'cpp'], - version : '0.0.1', + version : '0.1.1', license : 'MIT', default_options : ['b_pie=true'] ) diff --git a/packaging/mmi.spec b/packaging/mmi.spec index 9d2b489..f01bfb8 100644 --- a/packaging/mmi.spec +++ b/packaging/mmi.spec @@ -1,7 +1,7 @@ %define USE_GCOV 0 Name: mmi -Version: 0.0.1 +Version: 0.1.1 Release: 0 Summary: Multi-modal Interaction Framework Library License: MIT -- 2.7.4