1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00

Release v0.9.0

This commit is contained in:
Guillaume Chatelet 2023-09-14 12:15:33 +00:00
parent af6fb5f0d4
commit ba4bffa86c

View File

@ -6,7 +6,7 @@ if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()
project(CpuFeatures VERSION 0.8.0 LANGUAGES C)
project(CpuFeatures VERSION 0.9.0 LANGUAGES C)
set(CMAKE_C_STANDARD 99)