Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2020-10-15 12:09:51 +0300
committerGitHub <noreply@github.com>2020-10-15 12:09:51 +0300
commita8397ba4591237c17d18e4acc091f5f3ebe7391e (patch)
tree5ca7bf2716d2c2c55398e1f1fa2bc629a20a44af
parentcdab59af76b8e93847f806c2b5ef61fafaf8fe7b (diff)
Bump version to v0.6.0v0.6.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2138601..f9daeac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)