Bump project version to 2.2.0
All checks were successful
Build Alpine Package / build-alpine (push) Successful in 1m49s
Build Debian Package / build-debian (push) Successful in 2m7s

- Update CMakeLists.txt project version from 20181130 to 2.2.0
- Align version number with current project development state
This commit is contained in:
2025-02-01 07:22:08 +00:00
parent 4ef3eec229
commit 67aec7aa01

View File

@@ -13,7 +13,7 @@
# limitations under the License.
cmake_minimum_required (VERSION 3.2)
project (cpu_check VERSION 20181130 LANGUAGES C CXX)
project (cpu_check VERSION 2.2.0 LANGUAGES C CXX)
# Options
# Use clang/llvm by default.