From 8b8b5605e8fc404447e89e903bd9e993bc6c18d7 Mon Sep 17 00:00:00 2001
From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr>
Date: Wed, 7 Feb 2024 09:57:30 +0100
Subject: [PATCH] Update to cmake 3.28.3

---
 .gitlab-ci.yml | 2 +-
 README.md      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2800495..420bd54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 variables:
   PREBUILD_CMAKE_VERSION: 3.18.2
-  CMAKE_VERSION: 3.27.7
+  CMAKE_VERSION: 3.28.3
 
 workflow:
   rules:
diff --git a/README.md b/README.md
index 5ad9cb9..71734c4 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 Pipeline to build recent version of Cmake for our legacy CentOS 32 bits platform.
 
 Cmake provides independent 64 bits Linux distribution that works on CentOS 6 64 bits but they are not available for 32 bits:
-* https://cmake.org/files/v3.26/cmake-3.27.7-linux-x86_64.tar.gz
+* https://cmake.org/files/v3.26/cmake-3.28.3-linux-x86_64.tar.gz
 
 Allows to build Cmake for:
-* CentOS 6.10 32 bits: [cmake-3.27.7-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.27.7/download?job=linux-i686)
+* CentOS 6.10 32 bits: [cmake-3.28.3-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.28.3/download?job=linux-i686)
-- 
GitLab