From d6e876ca4ca852c47f220c67beb590d33587c8bd Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Thu, 30 Mar 2023 14:32:03 +0200
Subject: [PATCH] Fix current version to 1.2.0 (i.e. next release number on
 master)

---
 coreblas/compute/core_zprint.c         | 2 +-
 include/chameleon/descriptor_helpers.h | 2 +-
 runtime/starpu/control/runtime_tags.c  | 2 +-
 tools/analysis.sh                      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/coreblas/compute/core_zprint.c b/coreblas/compute/core_zprint.c
index 0e4fdc887..c28bf5edd 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 632dc0b0f..c732e930c 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 80705fc44..08d0366da 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 8fe79adcf..fdcb66d04 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
-- 
GitLab