1
0
mirror of https://github.com/google/cpu_features.git synced 2025-06-30 21:02:34 +02:00

Bump version to v0.6.0

This commit is contained in:
Guillaume Chatelet
2020-10-15 11:09:51 +02:00
committed by GitHub
parent cdab59af76
commit a8397ba459

View File

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