From 1729803c31b39b188ad73c17cb51fefa11bd9e90 Mon Sep 17 00:00:00 2001 From: dyamy-lee Date: Mon, 26 Sep 2022 15:36:08 +0900 Subject: [PATCH] version up : 1.0.1 Change-Id: I0f424b66d7eba62eab55c90e22394407324a4680 --- meson.build | 2 +- packaging/mmi.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 2c10e60..647e2a8 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mmi', ['c', 'cpp'], - version : '0.1.1', + version : '1.0.1', license : 'MIT', default_options : ['b_pie=true'] ) diff --git a/packaging/mmi.spec b/packaging/mmi.spec index f01bfb8..7de1bbd 100644 --- a/packaging/mmi.spec +++ b/packaging/mmi.spec @@ -1,7 +1,7 @@ %define USE_GCOV 0 Name: mmi -Version: 0.1.1 +Version: 1.0.1 Release: 0 Summary: Multi-modal Interaction Framework Library License: MIT -- 2.7.4