From eb4caad4adcdb68f0822fb632ba560815f4f4c3c Mon Sep 17 00:00:00 2001 From: "sangwan.kwon" Date: Thu, 15 Jun 2017 17:45:45 +0900 Subject: [PATCH] Upgrade version to 1.0.0 Change-Id: I9c45b0bfdc81534b7c3a1672e81c932163e460e6 Signed-off-by: sangwan.kwon --- examples/installer.c | 2 +- examples/launcher.c | 2 +- packaging/trust-anchor.spec | 4 ++-- src/api.cpp | 2 +- src/certificate.cpp | 2 +- src/certificate.hxx | 2 +- src/environment.hxx | 2 +- src/exception.cpp | 2 +- src/exception.hxx | 2 +- src/file-system.cpp | 2 +- src/file-system.hxx | 2 +- src/init-lib.cpp | 2 +- src/logic.cpp | 2 +- src/logic.hxx | 2 +- src/macros.hxx | 2 +- src/trust-anchor.cpp | 2 +- tests/main.cpp | 2 +- tests/test-capi-installer.cpp | 2 +- tests/test-capi-launcher.cpp | 2 +- tests/test-certificate.cpp | 2 +- tests/test-curl.cpp | 2 +- tests/test-installer.cpp | 2 +- tests/test-launcher.cpp | 2 +- tests/test-resource.hxx | 2 +- tests/test-util.cpp | 2 +- tests/test-util.hxx | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/examples/installer.c b/examples/installer.c index 71bb52d..45100f5 100644 --- a/examples/installer.c +++ b/examples/installer.c @@ -16,7 +16,7 @@ /* * @file installer.c * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Installer API example */ diff --git a/examples/launcher.c b/examples/launcher.c index 947180c..7aa2016 100644 --- a/examples/launcher.c +++ b/examples/launcher.c @@ -16,7 +16,7 @@ /* * @file launcher.c * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Launcher API example */ diff --git a/packaging/trust-anchor.spec b/packaging/trust-anchor.spec index 538c884..292ce00 100644 --- a/packaging/trust-anchor.spec +++ b/packaging/trust-anchor.spec @@ -1,5 +1,5 @@ Name: trust-anchor -Version: 0.0.2 +Version: 1.0.0 Release: 0 License: Apache-2.0 Source0: file://%{name}-%{version}.tar.gz @@ -36,7 +36,7 @@ SSL root certificates for its HTTPS communication. %files %manifest %{name}.manifest %license LICENSE -%{_libdir}/lib%{lib_name}.so.0 +%{_libdir}/lib%{lib_name}.so.1 %{_libdir}/lib%{lib_name}.so.%{version} %dir %attr(-, %{user_name}, %{group_name}) %{tanchor_base} %dir %attr(-, %{user_name}, %{group_name}) %{tanchor_usr} diff --git a/src/api.cpp b/src/api.cpp index 885cbf0..2858ed2 100644 --- a/src/api.cpp +++ b/src/api.cpp @@ -16,7 +16,7 @@ /* * @file api.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Implementation of trust anchor CAPI */ #include "tanchor/trust-anchor.h" diff --git a/src/certificate.cpp b/src/certificate.cpp index a0b063e..d3d5fa7 100644 --- a/src/certificate.cpp +++ b/src/certificate.cpp @@ -16,7 +16,7 @@ /* * @file certificate.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief */ #include "certificate.hxx" diff --git a/src/certificate.hxx b/src/certificate.hxx index d5f8c8a..6ecc2aa 100644 --- a/src/certificate.hxx +++ b/src/certificate.hxx @@ -16,7 +16,7 @@ /* * @file certificate.hxx * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief */ #pragma once diff --git a/src/environment.hxx b/src/environment.hxx index 1db8beb..b0d296a 100644 --- a/src/environment.hxx +++ b/src/environment.hxx @@ -16,7 +16,7 @@ /* * @file environment.hxx * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Environment variables */ #pragma once diff --git a/src/exception.cpp b/src/exception.cpp index 9608f9d..9b35bac 100644 --- a/src/exception.cpp +++ b/src/exception.cpp @@ -16,7 +16,7 @@ /* * @file exception.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Exception guard and custom exceptions */ #include "exception.hxx" diff --git a/src/exception.hxx b/src/exception.hxx index f0d5350..0a15371 100644 --- a/src/exception.hxx +++ b/src/exception.hxx @@ -16,7 +16,7 @@ /* * @file exception.h * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Exception guard and custom exceptions */ #pragma once diff --git a/src/file-system.cpp b/src/file-system.cpp index 5eaa2f7..190b2f9 100644 --- a/src/file-system.cpp +++ b/src/file-system.cpp @@ -16,7 +16,7 @@ /* * @file file-system.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief */ #include "file-system.hxx" diff --git a/src/file-system.hxx b/src/file-system.hxx index 0e3dcfa..4bd3c94 100644 --- a/src/file-system.hxx +++ b/src/file-system.hxx @@ -16,7 +16,7 @@ /* * @file file-system.hxx * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief */ #pragma once diff --git a/src/init-lib.cpp b/src/init-lib.cpp index 05099d1..8a7ec92 100644 --- a/src/init-lib.cpp +++ b/src/init-lib.cpp @@ -16,7 +16,7 @@ /* * @file init-lib.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Init global configuration for library */ diff --git a/src/logic.cpp b/src/logic.cpp index d7f7d98..e5e7e9d 100644 --- a/src/logic.cpp +++ b/src/logic.cpp @@ -16,7 +16,7 @@ /* * @file logic.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief */ #include "logic.hxx" diff --git a/src/logic.hxx b/src/logic.hxx index acb7e53..9540243 100644 --- a/src/logic.hxx +++ b/src/logic.hxx @@ -16,7 +16,7 @@ /* * @file logic.hxx * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief */ #pragma once diff --git a/src/macros.hxx b/src/macros.hxx index cae4f25..45166ae 100644 --- a/src/macros.hxx +++ b/src/macros.hxx @@ -16,7 +16,7 @@ /* * @file macros.hxx * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Preprocessor macros */ #pragma once diff --git a/src/trust-anchor.cpp b/src/trust-anchor.cpp index d64c238..e2c3ea0 100644 --- a/src/trust-anchor.cpp +++ b/src/trust-anchor.cpp @@ -16,7 +16,7 @@ /* * @file trust-anchor.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Implementation of trust anchor */ #include "tanchor/trust-anchor.hxx" diff --git a/tests/main.cpp b/tests/main.cpp index 3602af3..765b868 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -16,7 +16,7 @@ /* * @file main.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Implemetation of testbench driver */ diff --git a/tests/test-capi-installer.cpp b/tests/test-capi-installer.cpp index ac668e7..d425886 100644 --- a/tests/test-capi-installer.cpp +++ b/tests/test-capi-installer.cpp @@ -16,7 +16,7 @@ /* * @file test-capi-installer.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Unit test program of Trust Anchor CAPI for installer */ diff --git a/tests/test-capi-launcher.cpp b/tests/test-capi-launcher.cpp index 90c9e22..2be8c15 100644 --- a/tests/test-capi-launcher.cpp +++ b/tests/test-capi-launcher.cpp @@ -16,7 +16,7 @@ /* * @file test-capi-launcher.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Unit test program of Trust Anchor CAPI for launcher */ diff --git a/tests/test-certificate.cpp b/tests/test-certificate.cpp index 77d7897..6313163 100644 --- a/tests/test-certificate.cpp +++ b/tests/test-certificate.cpp @@ -16,7 +16,7 @@ /* * @file test-certificate.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Unit test program of Certificate */ diff --git a/tests/test-curl.cpp b/tests/test-curl.cpp index 1095458..6586aa7 100644 --- a/tests/test-curl.cpp +++ b/tests/test-curl.cpp @@ -16,7 +16,7 @@ /* * @file test-curl.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Unit test program of Curl */ diff --git a/tests/test-installer.cpp b/tests/test-installer.cpp index 7b0a208..3a21ddc 100644 --- a/tests/test-installer.cpp +++ b/tests/test-installer.cpp @@ -16,7 +16,7 @@ /* * @file test-installer.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Unit test program of Trust Anchor for installer */ diff --git a/tests/test-launcher.cpp b/tests/test-launcher.cpp index 89493fb..9920751 100644 --- a/tests/test-launcher.cpp +++ b/tests/test-launcher.cpp @@ -16,7 +16,7 @@ /* * @file test-launcher.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Unit test program of Trust Anchor for launcher */ diff --git a/tests/test-resource.hxx b/tests/test-resource.hxx index 9deac85..1c9d828 100644 --- a/tests/test-resource.hxx +++ b/tests/test-resource.hxx @@ -16,7 +16,7 @@ /* * @file test-resource.hxx * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief Test resoure name and paths */ #pragma once diff --git a/tests/test-util.cpp b/tests/test-util.cpp index 7a17f43..83d2ecf 100644 --- a/tests/test-util.cpp +++ b/tests/test-util.cpp @@ -16,7 +16,7 @@ /* * @file test-util.cpp * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief */ #include "test-util.hxx" diff --git a/tests/test-util.hxx b/tests/test-util.hxx index 2938b63..370e2c2 100644 --- a/tests/test-util.hxx +++ b/tests/test-util.hxx @@ -16,7 +16,7 @@ /* * @file test-util.h * @author Sangwan Kwon (sangwan.kwon@samsung.com) - * @version 0.1 + * @version 1.0 * @brief */ #pragma once -- 2.34.1