From bd592452ea6422a56cc1118554da3e0d5312c090 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Tue, 22 Dec 2015 20:27:02 +0900 Subject: [PATCH] Versioning to 0.2.1 For backward compatibility, the major version is reset to 0. Change-Id: I89d02213ebfadd756697c0dfbb01429bd9592da8 Signed-off-by: Mu-Woong Lee --- .gitignore | 1 + packaging/capi-system-sensor.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a01ee28 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.*.swp diff --git a/packaging/capi-system-sensor.spec b/packaging/capi-system-sensor.spec index 071178c..7bb81bd 100644 --- a/packaging/capi-system-sensor.spec +++ b/packaging/capi-system-sensor.spec @@ -1,6 +1,6 @@ Name: capi-system-sensor Summary: A Sensor library in TIZEN C API -Version: 2.0.0 +Version: 0.2.1 Release: 0 Group: System/API License: Apache-2.0 and PD -- 2.34.1