1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)