diff --git a/coreblas/compute/core_zprint.c b/coreblas/compute/core_zprint.c index 0e4fdc887f0c47ca85d4900e1ff52341e9f8bc83..c28bf5edd73f5dff173f44f495c82198f336e65c 100644 --- a/coreblas/compute/core_zprint.c +++ b/coreblas/compute/core_zprint.c @@ -9,7 +9,7 @@ * * @brief Chameleon core_zprint CPU kernel * - * @version 1.0.0 + * @version 1.2.0 * @author Mathieu Faverge * @date 2020-03-03 * @precisions normal z -> c d s diff --git a/include/chameleon/descriptor_helpers.h b/include/chameleon/descriptor_helpers.h index 632dc0b0fe17b1b9412331ce8013ccae9ccc38ee..c732e930c8e05824da8ebf675bc38126f5a21ea7 100644 --- a/include/chameleon/descriptor_helpers.h +++ b/include/chameleon/descriptor_helpers.h @@ -11,7 +11,7 @@ * * @brief Set of functions to help the user to declare matrix descriptors (allocation, mapping... ) * - * @version 1.0.0 + * @version 1.2.0 * @author Jakub Kurzak * @author Mathieu Faverge * @author Cedric Castagnede diff --git a/runtime/starpu/control/runtime_tags.c b/runtime/starpu/control/runtime_tags.c index 80705fc44f037c2bd094ea048aabe48add557612..08d0366da0417ce70251034c630edb103548e394 100644 --- a/runtime/starpu/control/runtime_tags.c +++ b/runtime/starpu/control/runtime_tags.c @@ -5,7 +5,7 @@ * @copyright 2017-2023 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @version 1.3.0 + * @version 1.2.0 * @author Pierre Ramet * @author Mathieu Faverge * @date 2021-10-04 diff --git a/tools/analysis.sh b/tools/analysis.sh index 8fe79adcff8183bec01ffcac24d5052942203fb0..fdcb66d0457a20337e08ba7812e2f9a525f466ad 100755 --- a/tools/analysis.sh +++ b/tools/analysis.sh @@ -60,7 +60,7 @@ sonar.links.issue=$CI_PROJECT_URL/issues sonar.projectKey=$SONARQUBE_PROJECTKEY sonar.projectDescription=Dense linear algebra subroutines for heterogeneous and distributed architectures -sonar.projectVersion=1.1.2 +sonar.projectVersion=1.2.0 sonar.scm.disabled=false sonar.scm.provider=git