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

Bump version 0.1.0 -> 0.5.0 (Fix #118) (#129)

This commit is contained in:
Mizux 2020-09-21 11:59:55 +02:00 committed by GitHub
parent 68fa870479
commit 4efc837a92
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.1.0 LANGUAGES C)
project(CpuFeatures VERSION 0.5.0 LANGUAGES C)
set(CMAKE_C_STANDARD 99)