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>2022-03-08 13:31:24 +0300
committerGuillaume Chatelet <gchatelet@google.com>2022-03-08 13:31:24 +0300
commit8a494eb1e158ec2050e5f699a504fbc9b896a43b (patch)
tree046abfd2832e2a8a8c56d9f38cdbd344ac8e858b
parentbdb54a2ed411dc9d067e58a661bb7199234c449d (diff)
Release v0.7.0v0.7.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac3c0a5..81451d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()
-project(CpuFeatures VERSION 0.6.0 LANGUAGES C)
+project(CpuFeatures VERSION 0.7.0 LANGUAGES C)
set(CMAKE_C_STANDARD 99)